Changed wordpress liveness probe

This commit is contained in:
2024-12-12 20:15:19 +01:00
parent 8fec8d0039
commit 58c914befd
+3 -3
View File
@@ -181,10 +181,10 @@ resource "kubernetes_deployment" "wordpress" {
tcp_socket { tcp_socket {
port = "http" port = "http"
} }
initial_delay_seconds = 5 initial_delay_seconds = 30
period_seconds = 10 period_seconds = 60
success_threshold = 1 success_threshold = 1
failure_threshold = 3 failure_threshold = 10
} }
security_context { security_context {
allow_privilege_escalation = false allow_privilege_escalation = false