2025-06-19 11:54:16 +03:00

13 lines
276 B
YAML

apiVersion: v1
kind: Service
metadata:
name: {{ include "nginx-message.fullname" . }}
spec:
selector:
app: {{ include "nginx-message.name" . }}
ports:
- protocol: TCP
port: {{ .Values.service.port }}
targetPort: 80
type: {{ .Values.service.type }}