(1.0.9) devops: remove liveness and readiness http probes from deployment spec
Some checks failed
package-helm-chart / package-helm-chart (push) Failing after 7s
Some checks failed
package-helm-chart / package-helm-chart (push) Failing after 7s
This commit is contained in:
parent
8c68ecadd4
commit
967495cd79
@ -82,18 +82,6 @@ spec:
|
|||||||
- name: WORDPRESS_NONCE_SALT
|
- name: WORDPRESS_NONCE_SALT
|
||||||
value: {{ .Values.wordpress.nonceSalt }}
|
value: {{ .Values.wordpress.nonceSalt }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
livenessProbe:
|
|
||||||
httpGet:
|
|
||||||
path: /
|
|
||||||
port: http
|
|
||||||
initialDelaySeconds: 30
|
|
||||||
periodSeconds: 10
|
|
||||||
readinessProbe:
|
|
||||||
httpGet:
|
|
||||||
path: /
|
|
||||||
port: http
|
|
||||||
initialDelaySeconds: 5
|
|
||||||
periodSeconds: 5
|
|
||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.resources | nindent 12 }}
|
{{- toYaml .Values.resources | nindent 12 }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user