Renabled apps, removed probes wordpress
This commit is contained in:
@@ -166,26 +166,26 @@ resource "kubernetes_deployment" "wordpress" {
|
||||
}
|
||||
}
|
||||
|
||||
readiness_probe {
|
||||
http_get {
|
||||
path = "/?nocache"
|
||||
port = "http"
|
||||
}
|
||||
initial_delay_seconds = 20
|
||||
period_seconds = 10
|
||||
success_threshold = 1
|
||||
failure_threshold = 5
|
||||
}
|
||||
# readiness_probe {
|
||||
# http_get {
|
||||
# path = "/?nocache"
|
||||
# port = "http"
|
||||
# }
|
||||
# initial_delay_seconds = 20
|
||||
# period_seconds = 10
|
||||
# success_threshold = 1
|
||||
# failure_threshold = 5
|
||||
# }
|
||||
|
||||
liveness_probe {
|
||||
tcp_socket {
|
||||
port = "http"
|
||||
}
|
||||
initial_delay_seconds = 30
|
||||
period_seconds = 60
|
||||
success_threshold = 1
|
||||
failure_threshold = 10
|
||||
}
|
||||
# liveness_probe {
|
||||
# tcp_socket {
|
||||
# port = "http"
|
||||
# }
|
||||
# initial_delay_seconds = 30
|
||||
# period_seconds = 60
|
||||
# success_threshold = 1
|
||||
# failure_threshold = 10
|
||||
# }
|
||||
security_context {
|
||||
allow_privilege_escalation = false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user