From 5c20724cd33c9c9776194a80e91e08b869f9ef2a Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sat, 12 Nov 2022 19:20:15 -0600 Subject: [PATCH] remove oauth2 proxy --- argocd/templates/oauth2-proxy.yaml | 21 --------------------- authentik/templates/ingress.yaml | 18 ------------------ 2 files changed, 39 deletions(-) delete mode 100644 argocd/templates/oauth2-proxy.yaml delete mode 100644 authentik/templates/ingress.yaml 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 -# -#