Files
Gabriel Radureau f74ba51d7a
Some checks failed
CI/CD Pipeline / Build Docker Cache (push) Successful in 8s
CI/CD Pipeline / Trigger Docker Push (push) Has been cancelled
CI/CD Pipeline / CI Pipeline (push) Has started running
feat(deploy): Dockerfile + Helm chart for k3s homelab deployment (#89)
Co-authored-by: Gabriel Radureau <arcodange@gmail.com>
Co-committed-by: Gabriel Radureau <arcodange@gmail.com>
2026-05-06 06:51:14 +02:00

16 lines
397 B
YAML

apiVersion: v1
kind: Service
metadata:
name: {{ include "dance-lessons-coach.fullname" . }}
labels:
{{- include "dance-lessons-coach.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "dance-lessons-coach.selectorLabels" . | nindent 4 }}