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
metadata:
name: {{ .Values.app.fullName }}
namespace: default
spec:
ports:
- port: {{ .Values.app.server.port }}