From 2503dcdd3a21405d0bb31481a951b10e083e9f87 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Tue, 28 May 2024 14:17:43 -0500 Subject: [PATCH] convert cloudflared to personal chart --- clusters/cl01tl/platform/authentik/Chart.yaml | 6 ++-- .../cl01tl/platform/authentik/values.yaml | 32 +------------------ 2 files changed, 4 insertions(+), 34 deletions(-) diff --git a/clusters/cl01tl/platform/authentik/Chart.yaml b/clusters/cl01tl/platform/authentik/Chart.yaml index 3ba6653f3..6e6a1f3e5 100644 --- a/clusters/cl01tl/platform/authentik/Chart.yaml +++ b/clusters/cl01tl/platform/authentik/Chart.yaml @@ -10,10 +10,10 @@ dependencies: - name: authentik version: 2024.4.2 repository: https://charts.goauthentik.io/ - - name: app-template + - name: cloudflared alias: cloudflared - repository: https://bjw-s.github.io/helm-charts/ - version: 3.2.1 + repository: http://alexlebens.github.io/helm-charts + version: 1.0.0 - name: postgres-cluster alias: postgres-16-cluster version: 3.1.0 diff --git a/clusters/cl01tl/platform/authentik/values.yaml b/clusters/cl01tl/platform/authentik/values.yaml index bab8e22b0..7a64f139b 100644 --- a/clusters/cl01tl/platform/authentik/values.yaml +++ b/clusters/cl01tl/platform/authentik/values.yaml @@ -67,37 +67,7 @@ authentik: redis: enabled: true cloudflared: - global: - nameOverride: cloudflared - controllers: - main: - type: deployment - strategy: Recreate - containers: - main: - image: - repository: cloudflare/cloudflared - tag: "2024.5.0" - pullPolicy: IfNotPresent - args: - - tunnel - - --no-autoupdate - - run - - --token - - $(CF_MANAGED_TUNNEL_TOKEN) - env: - - name: CF_MANAGED_TUNNEL_TOKEN - valueFrom: - secretKeyRef: - name: authentik-cloudflared-secret - key: cf-tunnel-token - resources: - limits: - cpu: 100m - memory: 128Mi - requests: - cpu: 10m - memory: 64Mi + existingSecretName: authentik-cloudflared-secret postgres-16-cluster: mode: standalone cluster: