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 {
port = "http"
}
initial_delay_seconds = 5
period_seconds = 10
initial_delay_seconds = 30
period_seconds = 60
success_threshold = 1
failure_threshold = 3
failure_threshold = 10
}
security_context {
allow_privilege_escalation = false