fix namespace

This commit is contained in:
kandrusyak
2023-08-24 23:39:50 +03:00
parent ea0a14bcf7
commit 3b8b7e18f2

View File

@@ -2,7 +2,6 @@ apiVersion: v1
kind: Service kind: Service
metadata: metadata:
name: {{ .Values.app.fullName }} name: {{ .Values.app.fullName }}
namespace: default
spec: spec:
ports: ports:
- port: {{ .Values.app.server.port }} - port: {{ .Values.app.server.port }}