fix service to be of type NodePort
Signed-off-by: Kent <kent.rancourt@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user