From cfb7d667a8bb6b00a092e180d8b4076ba544cf11 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Fri, 21 Apr 2023 04:50:20 +0800 Subject: [PATCH] fix: authentik forward-auth patch app-template paths service syntax Signed-off-by: JJGadgets --- kube/1-clusters/Biohazard/2-config/2-flux-repo.yaml | 8 +++----- kube/1-clusters/Biohazard/2-config/kustomization.yaml | 8 +++----- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/kube/1-clusters/Biohazard/2-config/2-flux-repo.yaml b/kube/1-clusters/Biohazard/2-config/2-flux-repo.yaml index 66df0acb..3b205d17 100644 --- a/kube/1-clusters/Biohazard/2-config/2-flux-repo.yaml +++ b/kube/1-clusters/Biohazard/2-config/2-flux-repo.yaml @@ -248,11 +248,9 @@ spec: value: path: /outpost.goauthentik.io pathType: Prefix - backend: - service: - name: authentik - port: - number: 443 + service: + name: authentik + port: 443 target: group: helm.toolkit.fluxcd.io version: v2beta1 diff --git a/kube/1-clusters/Biohazard/2-config/kustomization.yaml b/kube/1-clusters/Biohazard/2-config/kustomization.yaml index f9bb3794..de675af2 100644 --- a/kube/1-clusters/Biohazard/2-config/kustomization.yaml +++ b/kube/1-clusters/Biohazard/2-config/kustomization.yaml @@ -214,11 +214,9 @@ patches: value: path: /outpost.goauthentik.io pathType: Prefix - backend: - service: - name: authentik - port: - number: 443 + service: + name: authentik + port: 443 target: group: helm.toolkit.fluxcd.io version: v2beta1