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
+20
View File
@@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: ignis
namespace: argocd
spec:
project: default
source:
repoURL: https://gitea.fireflylab.cc/duynguyen/homelab-services.git
targetRevision: main
path: apps/ignis/chart
destination:
server: https://kubernetes.default.svc
namespace: ignis
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true