Unverified Commit 7be9965d authored by Akhil's avatar Akhil Committed by GitHub
Browse files

Merge pull request #3079 from ChakshuGautam/orchestrator-patch

Update initialDelay for liveness probe - orchestrator
Showing with 2 additions and 2 deletions
+2 -2
......@@ -902,7 +902,7 @@ uci_orchestrator_liveness_readiness:
httpGet:
path: /service/health
port: 8686
initialDelaySeconds: 15
initialDelaySeconds: 60
periodSeconds: 15
timeoutSeconds: 5
failureThreshold: 2
......@@ -911,7 +911,7 @@ uci_orchestrator_liveness_readiness:
httpGet:
path: /service/health
port: 8686
initialDelaySeconds: 15
initialDelaySeconds: 60
periodSeconds: 15
timeoutSeconds: 5
failureThreshold: 2
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment