mirror of
https://github.com/truenas/charts.git
synced 2026-02-09 05:24:34 +08:00
14 lines
236 B
YAML
14 lines
236 B
YAML
cloudflaredNetwork:
|
|
hostNetwork: true
|
|
|
|
cloudflaredStorage:
|
|
additionalStorages:
|
|
- type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/data1
|
|
mountPath: /data1
|
|
|
|
cloudflaredConfig:
|
|
tunnelToken: supersecrettoken
|
|
|
|
ci: true
|