mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Change readiness probe mbgwp
This commit is contained in:
@@ -95,6 +95,16 @@ spec:
|
||||
resourcesPreset: "small"
|
||||
livenessProbe:
|
||||
enabled: false
|
||||
readinessProbe:
|
||||
enabled: true
|
||||
httpGet:
|
||||
path: /wp-login.php
|
||||
port: http
|
||||
initialDelaySeconds: 120
|
||||
periodSeconds: 30
|
||||
timeoutSeconds: 10
|
||||
successThreshold: 1
|
||||
failureThreshold: 6
|
||||
|
||||
syncPolicy:
|
||||
syncOptions:
|
||||
|
||||
Reference in New Issue
Block a user