argocd migration: A2 - traefik, cert-manager, pihole, pihole-debian apps

This commit is contained in:
Nik Afiq 2026-03-21 14:20:12 +09:00
parent 0e4bbfd940
commit cfbb4a5ab8
4 changed files with 104 additions and 0 deletions

View File

@ -0,0 +1,26 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cert-manager
namespace: argocd
spec:
project: default
sources:
- repoURL: https://charts.jetstack.io
chart: cert-manager
targetRevision: v1.19.4
helm:
valueFiles:
- $values/values/cert-manager.yaml
- repoURL: https://gitea.nik4nao.com/nik/homelab.git
targetRevision: main
ref: values
destination:
server: https://kubernetes.default.svc
namespace: cert-manager
syncPolicy:
automated:
prune: false
selfHeal: true
syncOptions:
- CreateNamespace=true

View File

@ -0,0 +1,26 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: pihole-debian
namespace: argocd
spec:
project: default
sources:
- repoURL: https://mojo2600.github.io/pihole-kubernetes/
chart: pihole
targetRevision: 2.35.0
helm:
valueFiles:
- $values/values/pihole-debian.yaml
- repoURL: https://gitea.nik4nao.com/nik/homelab.git
targetRevision: main
ref: values
destination:
server: https://kubernetes.default.svc
namespace: pihole
syncPolicy:
automated:
prune: false
selfHeal: false
syncOptions:
- CreateNamespace=true

26
argocd/apps/pihole.yaml Normal file
View File

@ -0,0 +1,26 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: pihole
namespace: argocd
spec:
project: default
sources:
- repoURL: https://mojo2600.github.io/pihole-kubernetes/
chart: pihole
targetRevision: 2.35.0
helm:
valueFiles:
- $values/values/pihole.yaml
- repoURL: https://gitea.nik4nao.com/nik/homelab.git
targetRevision: main
ref: values
destination:
server: https://kubernetes.default.svc
namespace: pihole
syncPolicy:
automated:
prune: false
selfHeal: false
syncOptions:
- CreateNamespace=true

26
argocd/apps/traefik.yaml Normal file
View File

@ -0,0 +1,26 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: traefik
namespace: argocd
spec:
project: default
sources:
- repoURL: https://helm.traefik.io/traefik
chart: traefik
targetRevision: 39.0.5
helm:
valueFiles:
- $values/values/traefik.yaml
- repoURL: https://gitea.nik4nao.com/nik/homelab.git
targetRevision: main
ref: values
destination:
server: https://kubernetes.default.svc
namespace: traefik
syncPolicy:
automated:
prune: false
selfHeal: true
syncOptions:
- CreateNamespace=true