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 apiVersion: v1
kind: Service kind: Service
metadata: metadata:
name: {{ include "nginx-message.fullname" . }} name: {{ .Release.Name }}
spec: spec:
selector: selector:
app: {{ include "nginx-message.name" . }} app: {{ .Release.Name }}
ports: ports:
- protocol: TCP - protocol: TCP
port: {{ .Values.service.port }} port: {{ .Values.service.port }}

View File

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