fixed koodo deployment
This commit is contained in:
parent
f9ec34e3d0
commit
448408fe63
@ -43,21 +43,23 @@ spec:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.livenessProbe.enabled }}
|
{{- if .Values.livenessProbe.enabled }}
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
{{- toYaml .Values.livenessProbe.httpGet | nindent 12 }}
|
httpGet:
|
||||||
|
path: {{ .Values.livenessProbe.httpGet.path }}
|
||||||
|
port: {{ .Values.livenessProbe.httpGet.port }}
|
||||||
initialDelaySeconds: {{ .Values.livenessProbe.initialDelaySeconds }}
|
initialDelaySeconds: {{ .Values.livenessProbe.initialDelaySeconds }}
|
||||||
periodSeconds: {{ .Values.livenessProbe.periodSeconds }}
|
periodSeconds: {{ .Values.livenessProbe.periodSeconds }}
|
||||||
timeoutSeconds: {{ .Values.livenessProbe.timeoutSeconds }}
|
timeoutSeconds: {{ .Values.livenessProbe.timeoutSeconds }}
|
||||||
failureThreshold: {{ .Values.livenessProbe.failureThreshold }}
|
failureThreshold: {{ .Values.livenessProbe.failureThreshold }}
|
||||||
successThreshold: {{ .Values.livenessProbe.successThreshold }}
|
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.readinessProbe.enabled }}
|
{{- if .Values.readinessProbe.enabled }}
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
{{- toYaml .Values.readinessProbe.httpGet | nindent 12 }}
|
httpGet:
|
||||||
|
path: {{ .Values.readinessProbe.httpGet.path }}
|
||||||
|
port: {{ .Values.readinessProbe.httpGet.port }}
|
||||||
initialDelaySeconds: {{ .Values.readinessProbe.initialDelaySeconds }}
|
initialDelaySeconds: {{ .Values.readinessProbe.initialDelaySeconds }}
|
||||||
periodSeconds: {{ .Values.readinessProbe.periodSeconds }}
|
periodSeconds: {{ .Values.readinessProbe.periodSeconds }}
|
||||||
timeoutSeconds: {{ .Values.readinessProbe.timeoutSeconds }}
|
timeoutSeconds: {{ .Values.readinessProbe.timeoutSeconds }}
|
||||||
failureThreshold: {{ .Values.readinessProbe.failureThreshold }}
|
failureThreshold: {{ .Values.readinessProbe.failureThreshold }}
|
||||||
successThreshold: {{ .Values.readinessProbe.successThreshold }}
|
|
||||||
{{- end }}
|
{{- end }}
|
||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.resources | nindent 12 }}
|
{{- toYaml .Values.resources | nindent 12 }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user