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

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