fix namespace

This commit is contained in:
kandrusyak
2023-08-25 00:18:53 +03:00
parent 4e69425181
commit 7dec8a1418

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 }}