Skip to content

Commit

Permalink
fix service to be of type NodePort
Browse files Browse the repository at this point in the history
Signed-off-by: Kent <[email protected]>
  • Loading branch information
krancour committed May 16, 2023
1 parent a0e81ad commit dc84502
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions base/service.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: foo
name: kargo-demo
spec:
type: NodePort
selector:
app: foo
app: kargo-demo
ports:
- protocol: TCP
port: 3000
Expand Down

0 comments on commit dc84502

Please sign in to comment.