Skip to content

Commit

Permalink
Disable statefulset when tiler server is using external host
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Dec 7, 2024
1 parent 994581f commit 9e26d38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions osm-seed/templates/tiler-db/tiler-db-statefulset.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{{- if .Values.tilerDb.enabled -}}
{{- if not .Values.tilerDb.useExternalHost.enabled -}}
apiVersion: apps/v1
kind: StatefulSet
metadata:
Expand Down Expand Up @@ -101,3 +102,4 @@ spec:
{{ .Values.tilerDb.nodeSelector.label_key }} : {{ .Values.tilerDb.nodeSelector.label_value }}
{{- end }}
{{- end }}
{{- end }}

0 comments on commit 9e26d38

Please sign in to comment.