diff --git a/argocd/templates/oauth2-proxy.yaml b/argocd/templates/oauth2-proxy.yaml deleted file mode 100644 index ede4122..0000000 --- a/argocd/templates/oauth2-proxy.yaml +++ /dev/null @@ -1,21 +0,0 @@ -#apiVersion: argoproj.io/v1alpha1 -#kind: Application -#metadata: -# name: oauth2-proxy -# namespace: argocd -#spec: -# project: default -# source: -# repoURL: https://github.com/DeveloperDurp/homelab.git -# targetRevision: main -# path: oauth2-proxy -# destination: -# namespace: oauth2-proxy -# name: in-cluster -# syncPolicy: -# automated: -# prune: true -# selfHeal: true -# syncOptions: -# - CreateNamespace=true -# diff --git a/authentik/templates/ingress.yaml b/authentik/templates/ingress.yaml deleted file mode 100644 index 81cf38d..0000000 --- a/authentik/templates/ingress.yaml +++ /dev/null @@ -1,18 +0,0 @@ -#apiVersion: networking.k8s.io/v1 -#kind: Ingress -#metadata: -# name: authentik-outpost -#spec: -# rules: -# - host: longhorn.internal.durp.info -# http: -# paths: -# - path: /outpost.goauthentik.io -# pathType: Prefix -# backend: -# service: -# name: ak-outpost-authentik-embedded-outpost -# port: -# number: 9000 -# -#