Skip to content

Commit

Permalink
Fix Cosmos Health Check (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigglesandginger authored Jul 17, 2024
1 parent f625dcf commit b209a2c
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions kubernetes/base/services/cosmos/cosmos-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,15 @@ spec:
ports:
- containerPort: 8089
readinessProbe:
httpGet:
path: /
tcpSocket:
port: 8089
scheme: HTTP
initialDelaySeconds: 5
initialDelaySeconds: 15
periodSeconds: 10
timeoutSeconds: 5
livenessProbe:
httpGet:
path: /
tcpSocket:
port: 8089
scheme: HTTP
initialDelaySeconds: 5
periodSeconds: 10
timeoutSeconds: 5
resources: {}
imagePullSecrets:
- name: ghcr-cred
Expand Down

0 comments on commit b209a2c

Please sign in to comment.