convert cloudflared to personal chart

This commit is contained in:
2024-05-28 14:17:32 -05:00
parent 95d5c82d3d
commit 175659eeab
2 changed files with 4 additions and 31 deletions

View File

@@ -16,9 +16,9 @@ dependencies:
alias: homepage
repository: https://bjw-s.github.io/helm-charts/
version: 3.2.1
- name: app-template
- name: cloudflared
alias: cloudflared
repository: https://bjw-s.github.io/helm-charts/
version: 3.2.1
repository: http://alexlebens.github.io/helm-charts
version: 1.0.0
icon: https://github.com/benphelps/homepage/blob/de584eae8f12a0d257e554e9511ef19bd2a1232c/public/mstile-150x150.png
appVersion: v0.8.13

View File

@@ -134,31 +134,4 @@ homepage:
mountPropagation: None
subPath: widgets.yaml
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: homepage-dev-cloudflared-secret
key: cf-tunnel-token
resources:
requests:
cpu: 100m
memory: 128Mi
existingSecretName: homepage-dev-cloudflared-secret