Files
homelab/argocd/templates/heimdall.yaml
DeveloperDurp 35bfb0b536 Update 20 files
- /argocd/templates/authentik.yaml
- /argocd/templates/bitwarden.yaml
- /argocd/templates/cert-manager.yaml
- /argocd/templates/durpapi.yaml
- /argocd/templates/durpot.yaml
- /argocd/templates/gitlab-runner.yaml
- /argocd/templates/heimdall.yaml
- /argocd/templates/ingress-nginx.yaml
- /argocd/templates/InternalProxy.yaml
- /argocd/templates/kong.yaml
- /argocd/templates/kube-prometheus-stack.yaml
- /argocd/templates/littlelink.yaml
- /argocd/templates/longhorn.yaml
- /argocd/templates/nextcloud.yaml
- /argocd/templates/nexus-repository-manager.yaml
- /argocd/templates/nfs-client.yaml
- /argocd/templates/sealed-secrets.yaml
- /argocd/templates/uptimekuma.yaml
- /argocd/templates/whoogle.yaml
- /argocd/apps.yaml
2023-04-09 20:51:22 +00:00

22 lines
473 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: heimdall
namespace: argocd
spec:
project: default
source:
repoURL: https://gitlab.com/developerdurp/homelab.git
targetRevision: main
path: heimdall
directory:
recurse: true
destination:
server: https://kubernetes.default.svc
namespace: heimdall
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true