convert cloudflared to personal chart
This commit is contained in:
@@ -19,8 +19,8 @@ dependencies:
|
|||||||
alias: cops
|
alias: cops
|
||||||
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
|
||||||
appVersion: 1.1.3
|
appVersion: 1.1.3
|
||||||
|
@@ -51,31 +51,4 @@ cops:
|
|||||||
- path: /books
|
- path: /books
|
||||||
readOnly: true
|
readOnly: true
|
||||||
cloudflared:
|
cloudflared:
|
||||||
global:
|
existingSecretName: cops-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: cops-cloudflared-secret
|
|
||||||
key: cf-tunnel-token
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
cpu: 100m
|
|
||||||
memory: 128Mi
|
|
||||||
|
Reference in New Issue
Block a user