initial: homelab-services app-of-apps, ignis service

This commit is contained in:
2026-08-03 00:38:30 +07:00
commit 57dcecedb7
10 changed files with 286 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
apiVersion: v1
kind: Service
metadata:
name: {{ .Release.Name }}
spec:
selector:
app: {{ .Release.Name }}
ports:
- port: {{ .Values.service.port }}
targetPort: {{ .Values.service.port }}