This commit is contained in:
2024-06-18 16:28:06 +02:00
parent 7804b06f8a
commit 49426c114c
2 changed files with 11 additions and 11 deletions

View File

@@ -268,20 +268,20 @@ resource "kubectl_manifest" "Deployment_taiga-back" {
httpGet:
path: /api/v1/
port: 8000
initialDelaySeconds: 20
periodSeconds: 10
timeoutSeconds: 5
initialDelaySeconds: 30
periodSeconds: 20
timeoutSeconds: 10
successThreshold: 1
failureThreshold: 3
failureThreshold: 5
readinessProbe:
httpGet:
path: /api/v1/
port: 8000
initialDelaySeconds: 5
periodSeconds: 10
timeoutSeconds: 1
periodSeconds: 20
timeoutSeconds: 10
successThreshold: 1
failureThreshold: 3
failureThreshold: 5
securityContext:
allowPrivilegeEscalation: false
capabilities: