From 8ffff3d196f6391cde832a1ebf054aac545423e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?c=C4=83t=C4=83lin?= Date: Mon, 12 Feb 2024 20:08:47 +0100 Subject: [PATCH] feat: add default tls config to authentik --- k8s/argo-apps/authentik.yaml | 3 ++- k8s/services/argo/project-management.yaml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/k8s/argo-apps/authentik.yaml b/k8s/argo-apps/authentik.yaml index fa04d40..147d91c 100644 --- a/k8s/argo-apps/authentik.yaml +++ b/k8s/argo-apps/authentik.yaml @@ -73,9 +73,10 @@ spec: pathType: Prefix backend: service: - name: authentik + name: http port: number: 9000 + tls: [] - repoURL: https://git.roboces.dev/catalin/fukuops.git path: k8s/services/authentik targetRevision: main diff --git a/k8s/services/argo/project-management.yaml b/k8s/services/argo/project-management.yaml index c924ccb..c6a64da 100644 --- a/k8s/services/argo/project-management.yaml +++ b/k8s/services/argo/project-management.yaml @@ -23,3 +23,4 @@ spec: - https://democratic-csi.github.io/charts/ - https://bitnami-labs.github.io/sealed-secrets - https://grafana.github.io/helm-charts + - https://kubernetes-sigs.github.io/descheduler/