(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

This commit is contained in:
Rebecca Valente 2025-09-23 11:55:43 -03:00
parent 8c68ecadd4
commit 967495cd79

View File

@ -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: