Skip to content

Commit

Permalink
Set default sharedMemorySize
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Nov 18, 2024
1 parent 94ad0fe commit 37a0f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osm-seed/templates/tiler-db/tiler-db-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ spec:
- name: shared-memory
emptyDir:
medium: Memory
sizeLimit: {{ .Values.tilerDb.sharedMemorySize }}
sizeLimit: {{ .Values.tilerDb.sharedMemorySize | default "64Mi" }}
{{- if .Values.tilerDb.nodeSelector.enabled }}
nodeSelector:
{{ .Values.tilerDb.nodeSelector.label_key }} : {{ .Values.tilerDb.nodeSelector.label_value }}
Expand Down

0 comments on commit 37a0f93

Please sign in to comment.