add cloudflared charts
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user