Unverified Commit b661294b authored by VenkatKadiveti's avatar VenkatKadiveti Committed by GitHub
Browse files

Issue #SB-26854 fix: DF liveness and readiness changes (#2972)

Showing with 2 additions and 2 deletions
+2 -2
......@@ -618,7 +618,7 @@ nodebb_liveness_readiness:
healthcheck: true
readinessProbe:
httpGet:
path: /discussions/api/forum/health
path: /discussions/api/category/2
port: 4567
initialDelaySeconds: 15
periodSeconds: 15
......@@ -627,7 +627,7 @@ nodebb_liveness_readiness:
successThreshold: 1
livenessProbe:
httpGet:
path: /discussions/api/forum/health
path: /discussions/api/category/2
port: 4567
initialDelaySeconds: 15
periodSeconds: 15
......
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