feat(deploy): Dockerfile + Helm chart for k3s homelab deployment (#89)
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

Co-authored-by: Gabriel Radureau <arcodange@gmail.com>
Co-committed-by: Gabriel Radureau <arcodange@gmail.com>
This commit was merged in pull request #89.
This commit is contained in:
2026-05-06 06:51:14 +02:00
committed by arcodange
parent 02bafbb0e2
commit f74ba51d7a
11 changed files with 432 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "dance-lessons-coach.fullname" . }}-config
namespace: {{ .Release.Namespace }}
labels:
{{- include "dance-lessons-coach.labels" . | nindent 4 }}
data:
{{ toYaml .Values.config | indent 2 }}