- /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
24 lines
481 B
YAML
24 lines
481 B
YAML
#apiVersion: argoproj.io/v1alpha1
|
|
#kind: Application
|
|
#metadata:
|
|
# name: kong
|
|
# namespace: argocd
|
|
#spec:
|
|
# project: default
|
|
# source:
|
|
# repoURL: https://gitlab.com/developerdurp/homelab.git
|
|
# targetRevision: main
|
|
# path: kong
|
|
# directory:
|
|
# recurse: true
|
|
# destination:
|
|
# server: https://kubernetes.default.svc
|
|
# namespace: kong
|
|
# syncPolicy:
|
|
# automated:
|
|
# prune: true
|
|
# selfHeal: true
|
|
# syncOptions:
|
|
# - CreateNamespace=true
|
|
|