use personal chart for cloudflared
This commit is contained in:
@@ -15,10 +15,10 @@ dependencies:
|
|||||||
alias: freshrss
|
alias: freshrss
|
||||||
repository: https://bjw-s.github.io/helm-charts/
|
repository: https://bjw-s.github.io/helm-charts/
|
||||||
version: 3.2.1
|
version: 3.2.1
|
||||||
- name: app-template
|
- name: cloudflared
|
||||||
alias: cloudflared
|
alias: cloudflared
|
||||||
repository: https://bjw-s.github.io/helm-charts/
|
repository: http://alexlebens.github.io/helm-charts
|
||||||
version: 3.2.1
|
version: 1.0.0
|
||||||
- name: postgres-cluster
|
- name: postgres-cluster
|
||||||
alias: postgres-16-cluster
|
alias: postgres-16-cluster
|
||||||
version: 3.1.0
|
version: 3.1.0
|
||||||
|
@@ -103,34 +103,7 @@ freshrss:
|
|||||||
- path: /config
|
- path: /config
|
||||||
readOnly: false
|
readOnly: false
|
||||||
cloudflared:
|
cloudflared:
|
||||||
global:
|
existingSecretName: freshrss-cloudflared-secret
|
||||||
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: freshrss-cloudflared-secret
|
|
||||||
key: cf-tunnel-token
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
cpu: 100m
|
|
||||||
memory: 256Mi
|
|
||||||
postgres-16-cluster:
|
postgres-16-cluster:
|
||||||
mode: standalone
|
mode: standalone
|
||||||
kubernetesClusterName: cl01tl
|
kubernetesClusterName: cl01tl
|
||||||
|
Reference in New Issue
Block a user