fix service to be of type NodePort

Signed-off-by: Kent <kent.rancourt@gmail.com>
This commit is contained in:
Kent
2023-05-16 12:41:14 -04:00
parent a0e81ad5e5
commit dc84502b8b

View File

@@ -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