|
|
@ -94,6 +94,15 @@ deployment:
|
|
|
|
# - name: BAZ
|
|
|
|
# - name: BAZ
|
|
|
|
# value: qux
|
|
|
|
# value: qux
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
readinessProbe:
|
|
|
|
|
|
|
|
httpGet:
|
|
|
|
|
|
|
|
path: /
|
|
|
|
|
|
|
|
port: http
|
|
|
|
|
|
|
|
livenessProbe:
|
|
|
|
|
|
|
|
httpGet:
|
|
|
|
|
|
|
|
path: /
|
|
|
|
|
|
|
|
port: http
|
|
|
|
|
|
|
|
|
|
|
|
nodeSelector: {}
|
|
|
|
nodeSelector: {}
|
|
|
|
|
|
|
|
|
|
|
|
tolerations: []
|
|
|
|
tolerations: []
|
|
|
@ -215,12 +224,12 @@ spec:
|
|
|
|
protocol: TCP
|
|
|
|
protocol: TCP
|
|
|
|
livenessProbe:
|
|
|
|
livenessProbe:
|
|
|
|
httpGet:
|
|
|
|
httpGet:
|
|
|
|
path: /
|
|
|
|
path: {{ .Values.deployment.livenessProbe.httpGet.path }}
|
|
|
|
port: http
|
|
|
|
port: {{ .Values.deployment.livenessProbe.httpGet.port }}
|
|
|
|
readinessProbe:
|
|
|
|
readinessProbe:
|
|
|
|
httpGet:
|
|
|
|
httpGet:
|
|
|
|
path: /
|
|
|
|
path: {{ .Values.deployment.readinessProbe.httpGet.path }}
|
|
|
|
port: http
|
|
|
|
port: {{ .Values.deployment.readinessProbe.httpGet.port }}
|
|
|
|
resources:
|
|
|
|
resources:
|
|
|
|
{{- toYaml .Values.deployment.resources | nindent 12 }}
|
|
|
|
{{- toYaml .Values.deployment.resources | nindent 12 }}
|
|
|
|
env:
|
|
|
|
env:
|
|
|
|