Files
homelab/argocd/templates/kong.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

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