Skip to content

Commit

Permalink
Add quote for values - cache cleaner
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Aug 17, 2023
1 parent 210ebd6 commit 8aa9c96
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
- name: TILER_CACHE_MAX_ZOOM
value: {{ quote .Values.tilerServer.env.TILER_CACHE_MAX_ZOOM }}
- name: CLEAN_CACHE_MANUALLY
value: {{ .Values.tilerServerCacheCleaner.env.CLEAN_CACHE_MANUALLY }}
value: {{ quote .Values.tilerServerCacheCleaner.env.CLEAN_CACHE_MANUALLY }}
- name: MAX_PS_TEGOLA
value: {{ .Values.tilerServerCacheCleaner.env.MAX_PS_TEGOLA }}
- name: CACHE_PROCESS_NAME
Expand Down
5 changes: 5 additions & 0 deletions osm-seed/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,11 @@ tilerServerCacheCleaner:
enabled: false
label_key: nodegroup_type
label_value: tiler
autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 2
cpuUtilization: 60
# ====================================================================================================
# Variables for tiler-visor
# ====================================================================================================
Expand Down

0 comments on commit 8aa9c96

Please sign in to comment.