diff --git a/argocd/templates/kong.yaml b/argocd/templates/kong.yaml deleted file mode 100644 index e922b64..0000000 --- a/argocd/templates/kong.yaml +++ /dev/null @@ -1,20 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: kong - namespace: argocd -spec: - project: default - source: - repoURL: https://gitea.durp.info/DeveloperDurp/homelab.git - targetRevision: main - path: kong - destination: - namespace: kong - name: in-cluster - syncPolicy: - automated: - prune: true - selfHeal: true - syncOptions: - - CreateNamespace=true \ No newline at end of file diff --git a/kong/Chart.yaml b/kong/Chart.yaml deleted file mode 100644 index 6b78e37..0000000 --- a/kong/Chart.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: v2 -name: kong -description: A Helm chart for Kubernetes -type: application - -version: 0.1.0 -appVersion: "1.16.0" - -dependencies: -- name: ingress - repository: https://charts.konghq.com - version: 0.11.0 diff --git a/kong/values.yaml b/kong/values.yaml deleted file mode 100644 index 3fe5685..0000000 --- a/kong/values.yaml +++ /dev/null @@ -1 +0,0 @@ -kong: \ No newline at end of file