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