From 7dba549faaa585f312bd3d7c5f783607a72e34d0 Mon Sep 17 00:00:00 2001 From: kandrusyak Date: Thu, 24 Aug 2023 23:40:47 +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 }}