Loading charts/couchdb/templates/statefulset.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -100,6 +100,7 @@ spec: name: {{ template "couchdb.fullname" . }} key: adminPassword {{- end }} terminationGracePeriodSeconds: 5 {{- if .Values.nodeSelector }} nodeSelector: {{ toYaml .Values.nodeSelector | indent 8 }} Loading charts/docker-registry/templates/deployment.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -186,6 +186,7 @@ spec: name: tls-cert readOnly: true {{- end }} terminationGracePeriodSeconds: 5 {{- if .Values.nodeSelector }} nodeSelector: {{ toYaml .Values.nodeSelector | indent 8 }} Loading charts/elasticsearch/templates/client-deployment.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -136,6 +136,7 @@ spec: subPath: elasticsearch.keystore readOnly: true {{- end }} terminationGracePeriodSeconds: 5 {{- if .Values.image.pullSecrets }} imagePullSecrets: {{- range $pullSecret := .Values.image.pullSecrets }} Loading charts/kibana/templates/deployment.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -172,6 +172,7 @@ spec: {{- with .Values.extraContainers }} {{ tpl . $ | indent 6 }} {{- end }} terminationGracePeriodSeconds: 5 {{- if .Values.image.pullSecrets }} imagePullSecrets: {{ toYaml .Values.image.pullSecrets | indent 8 }} Loading charts/kube-state-metrics/templates/deployment.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -89,6 +89,7 @@ spec: timeoutSeconds: 5 resources: {{ toYaml .Values.resources | indent 12 }} terminationGracePeriodSeconds: 5 {{- if .Values.nodeSelector }} nodeSelector: {{ toYaml .Values.nodeSelector | indent 8 }} Loading Loading
charts/couchdb/templates/statefulset.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -100,6 +100,7 @@ spec: name: {{ template "couchdb.fullname" . }} key: adminPassword {{- end }} terminationGracePeriodSeconds: 5 {{- if .Values.nodeSelector }} nodeSelector: {{ toYaml .Values.nodeSelector | indent 8 }} Loading
charts/docker-registry/templates/deployment.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -186,6 +186,7 @@ spec: name: tls-cert readOnly: true {{- end }} terminationGracePeriodSeconds: 5 {{- if .Values.nodeSelector }} nodeSelector: {{ toYaml .Values.nodeSelector | indent 8 }} Loading
charts/elasticsearch/templates/client-deployment.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -136,6 +136,7 @@ spec: subPath: elasticsearch.keystore readOnly: true {{- end }} terminationGracePeriodSeconds: 5 {{- if .Values.image.pullSecrets }} imagePullSecrets: {{- range $pullSecret := .Values.image.pullSecrets }} Loading
charts/kibana/templates/deployment.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -172,6 +172,7 @@ spec: {{- with .Values.extraContainers }} {{ tpl . $ | indent 6 }} {{- end }} terminationGracePeriodSeconds: 5 {{- if .Values.image.pullSecrets }} imagePullSecrets: {{ toYaml .Values.image.pullSecrets | indent 8 }} Loading
charts/kube-state-metrics/templates/deployment.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -89,6 +89,7 @@ spec: timeoutSeconds: 5 resources: {{ toYaml .Values.resources | indent 12 }} terminationGracePeriodSeconds: 5 {{- if .Values.nodeSelector }} nodeSelector: {{ toYaml .Values.nodeSelector | indent 8 }} Loading