fix pathing

This commit is contained in:
2026-07-19 08:40:53 +00:00
parent a2a27e1762
commit 2b9f6f83ff
6 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "app.name" . }}
labels:
{{- include "app.labels" . | nindent 4 }}
spec:
selector:
{{- include "app.selectorLabels" . | nindent 4 }}
ports:
- port: {{ .Values.service.port }}
targetPort: {{ .Values.containerPort }}