|
@@ -1,3 +1,4 @@
|
|
|
+{{ if .Values.logsearchapi.enabled }}
|
|
|
{{ $values := (. | mustDeepCopy) }}
|
|
|
{{ $_ := set $values "common" (dict "nameSuffix" (include "postgres.nameSuffix" .)) }}
|
|
|
{{ include "common.deployment.common_config" $values | nindent 0 }}
|
|
@@ -45,3 +46,4 @@ spec: {{ include "common.deployment.common_spec" $values | nindent 2 }}
|
|
|
periodSeconds: 15
|
|
|
timeoutSeconds: 2
|
|
|
volumes: {{ include "postgres.volumeConfiguration" $values | nindent 8 }}
|
|
|
+{{ end }}
|