diff --git a/terraform/k8sapps/wordpress.tf b/terraform/k8sapps/wordpress.tf index 608a4d8..2811938 100644 --- a/terraform/k8sapps/wordpress.tf +++ b/terraform/k8sapps/wordpress.tf @@ -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