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: