Skip to content

Commit

Permalink
Update readiness probe port to 8080 in sw-rest.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
goncalvesj committed Oct 22, 2024
1 parent 3fd5c21 commit 9b99e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DotNet-GraphQL-Rest-APIs/k8s/sw-rest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
readinessProbe:
httpGet:
path: /health
port: 8083
port: 8080
initialDelaySeconds: 5
periodSeconds: 5
---
Expand Down

0 comments on commit 9b99e97

Please sign in to comment.