convert cloudflared to personal chart

This commit is contained in:
2024-05-28 14:17:43 -05:00
parent 40c5979cda
commit 2503dcdd3a
2 changed files with 4 additions and 34 deletions

View File

@@ -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

View File

@@ -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: