Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions kubernetes/shopfront-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
app: shopfront
ports:
- protocol: TCP
port: 8010
port: 8080
name: http

---
Expand All @@ -33,10 +33,10 @@ spec:
- name: shopfront
image: thetips4you/shopfront:latest
ports:
- containerPort: 8010
- containerPort: 8080
livenessProbe:
httpGet:
path: /health
port: 8010
port: 8080
initialDelaySeconds: 30
timeoutSeconds: 1