From 3b8b7e18f23b2fe599c27367320cd0a9436b3e4b Mon Sep 17 00:00:00 2001 From: kandrusyak Date: Thu, 24 Aug 2023 23:39:50 +0300 Subject: [PATCH] fix namespace --- 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 }}