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 apiVersion: v1
kind: Service kind: Service
metadata: metadata:
name: foo name: kargo-demo
spec: spec:
type: NodePort
selector: selector:
app: foo app: kargo-demo
ports: ports:
- protocol: TCP - protocol: TCP
port: 3000 port: 3000