Changed wordpress liveness probe
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user