add cloudflared charts

This commit is contained in:
2024-05-28 14:20:38 -05:00
parent ea4f61f89e
commit b5f02dfc2b
3 changed files with 61 additions and 62 deletions

View File

@@ -73,63 +73,12 @@ redis:
existingSecret: vikunja-config-secret
existingSecretPasswordKey: redis-password
cloudflared-api:
global:
nameOverride: cloudflared-api
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: vikunja-api-cloudflared-secret
key: cf-tunnel-token
resources:
requests:
cpu: 100m
memory: 128Mi
name: cloudflared-api
existingSecretName: vikunja-cloudflared-api-secret
cloudflared-front:
global:
nameOverride: cloudflared-front
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: vikunja-front-cloudflared-secret
key: cf-tunnel-token
resources:
requests:
cpu: 100m
memory: 128Mi
name: cloudflared-front
existingSecretName: vikunja-cloudflared-front-secret
postgres-16-cluster:
mode: standalone
kubernetesClusterName: cl01tl