From dc84502b8bd54fb469bdaaf7c87f7c803080c3db Mon Sep 17 00:00:00 2001 From: Kent Date: Tue, 16 May 2023 12:41:14 -0400 Subject: [PATCH] fix service to be of type NodePort Signed-off-by: Kent --- base/service.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/base/service.yaml b/base/service.yaml index 09fac86a..29e254c2 100644 --- a/base/service.yaml +++ b/base/service.yaml @@ -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