Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oveldman committed Feb 14, 2024
1 parent 730bf33 commit 31136b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,12 @@ spec:
livenessProbe:
httpGet:
path: /healthz
port: 8081
port: 8080
initialDelaySeconds: 10
periodSeconds: 3
imagePullPolicy: Always
ports:
- containerPort: 8080
- containerPort: 8081
---
apiVersion: v1
kind: Service
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,12 @@ spec:
livenessProbe:
httpGet:
path: /healthz
port: 8081
port: 8080
initialDelaySeconds: 10
periodSeconds: 3
imagePullPolicy: Always
ports:
- containerPort: 8080
- containerPort: 8081
---
apiVersion: v1
kind: Service
Expand Down

0 comments on commit 31136b3

Please sign in to comment.