From 817f881159d541f6c37b7e999cd8b88c64575898 Mon Sep 17 00:00:00 2001 From: Kirill Andrusyak Date: Thu, 24 Aug 2023 20:41:21 +0000 Subject: [PATCH] fix namesapce --- deploy/templates/service.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/deploy/templates/service.yaml b/deploy/templates/service.yaml index eff85e3..7e54abe 100644 --- a/deploy/templates/service.yaml +++ b/deploy/templates/service.yaml @@ -2,7 +2,6 @@ apiVersion: v1 kind: Service metadata: name: {{ .Values.app.fullName }} - namespace: default spec: ports: - port: {{ .Values.app.server.port }}