Fix templates

This commit is contained in:
dvirlabs 2025-06-19 12:17:13 +03:00
parent 0bcb28bc6c
commit ba8eaac5ec
2 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "nginx-message.fullname" . }}
name: {{ .Release.Name }}
spec:
selector:
app: {{ include "nginx-message.name" . }}
app: {{ .Release.Name }}
ports:
- protocol: TCP
port: {{ .Values.service.port }}

View File

@ -1,10 +1,10 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "nginx-message.fullname" . }}
name: {{ .Release.Name }}
spec:
selector:
app: {{ include "nginx-message.name" . }}
app: {{ .Release.Name }}
ports:
- protocol: TCP
port: {{ .Values.service.port }}