From 967495cd790d233d4c1070de9e30dfb653d8f99e Mon Sep 17 00:00:00 2001 From: Rebecca Valente Date: Tue, 23 Sep 2025 11:55:43 -0300 Subject: [PATCH] (1.0.9) devops: remove liveness and readiness http probes from deployment spec --- charts/wordpress-helm/templates/deployment.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/charts/wordpress-helm/templates/deployment.yaml b/charts/wordpress-helm/templates/deployment.yaml index 0ea7e3a..361ddc1 100644 --- a/charts/wordpress-helm/templates/deployment.yaml +++ b/charts/wordpress-helm/templates/deployment.yaml @@ -82,18 +82,6 @@ spec: - name: WORDPRESS_NONCE_SALT value: {{ .Values.wordpress.nonceSalt }} {{- end }} - livenessProbe: - httpGet: - path: / - port: http - initialDelaySeconds: 30 - periodSeconds: 10 - readinessProbe: - httpGet: - path: / - port: http - initialDelaySeconds: 5 - periodSeconds: 5 resources: {{- toYaml .Values.resources | nindent 12 }} volumeMounts: