Skip to content

Commit

Permalink
changing the status port to 8000 instead of 80
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseCastle23 committed Aug 16, 2023
1 parent 4ff57ae commit e6f83c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kube/services/indexd/indexd-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,14 +128,14 @@ spec:
livenessProbe:
httpGet:
path: /_status
port: 80
port: 8000
initialDelaySeconds: 30
periodSeconds: 60
timeoutSeconds: 30
readinessProbe:
httpGet:
path: /_status
port: 80
port: 8000
ports:
- containerPort: 80
- containerPort: 443
Expand Down

0 comments on commit e6f83c0

Please sign in to comment.