Skip to content

Commit

Permalink
feat(cesium-dashboard): add port name to service spec (#6)
Browse files Browse the repository at this point in the history
This should fix the connection between the ingress and the service
  • Loading branch information
laurigates authored May 15, 2024
1 parent 23332d5 commit 7bb4e55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cesium-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ metadata:
name: cesium-dashboard
spec:
ports:
- port: 80
- name: http
port: 80
targetPort: 4173
selector:
app: cesium-dashboard
Expand Down

0 comments on commit 7bb4e55

Please sign in to comment.