* add cloudflared zerotrust incubator app * removed empty line for cloudflared chart.yaml * update CF questions.yaml * fix CF common.yaml * removed CF vpn tag * updated CF question.yaml * update CF questions.yaml * update cloudflared Chart.yaml * formatted CF's questions.yaml * update CF files * update * update CF's questions.yaml * update CF * apply some fixes * lint * add testtoken * test with rofs * add CI tests * newline * lint * rename * lint * lint * remove file * readd file * root * whoops * disable probes Co-authored-by: Stavros kois <s.kois@outlook.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
33 lines
490 B
YAML
33 lines
490 B
YAML
image:
|
|
repository: cloudflare/cloudflared
|
|
pullPolicy: IfNotPresent
|
|
tag: 2022.6.3
|
|
|
|
extraArgs: ["tunnel", "--no-autoupdate", "run", "--token", "{{ .Values.env.token }}"]
|
|
|
|
env:
|
|
token: ""
|
|
|
|
securityContext:
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
protocol: HTTP
|
|
ports:
|
|
main:
|
|
targetPort: 6969
|
|
port: 6969
|
|
|
|
probes:
|
|
liveness:
|
|
enabled: false
|
|
readiness:
|
|
enabled: false
|
|
startup:
|
|
enabled: false
|