From 99fab9f642eff2ed1acef603d209fc0bd015c838 Mon Sep 17 00:00:00 2001 From: kandrusyak Date: Thu, 24 Aug 2023 23:08:40 +0300 Subject: [PATCH] update helm chart --- 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 }}