Files
truecharts/charts/incubator/snowflake-proxy/values.yaml
T
2022-12-18 22:30:19 +02:00

59 lines
1.1 KiB
YAML

image:
repository: tccr.io/truecharts/snowflake-proxy
pullPolicy: IfNotPresent
tag: 2.4.1@sha256:aec084e33088c8a8192940aa61d3ff52df91816c4a9465eee6f13c3fdb2e31fd
podSecurityContext:
runAsUser: 1000
runAsGroup: 1000
hostNetwork: true
snowflake:
allow_non_tls_relay: false
allowed_relay_hostname_pattern: "snowflake.torproject.net$"
broker: "https://snowflake-broker.torproject.net/"
capacity: 0
ephemeral_ports_range: "59999:60000"
keep_local_addresses: false
nat_retest_interval: 24h0m0s
relay: "wss://snowflake.bamsoftware.com/"
stun: "stun:stun.stunprotocol.org:3478"
summary_interval: 1h0m0s
unsafe_logging: false
verbose: false
log: ""
service:
main:
enabled: false
ports:
main:
enabled: false
probes:
liveness:
custom: true
spec:
exec:
command:
- /bin/proxy
- -version
readiness:
custom: true
spec:
exec:
command:
- /bin/proxy
- -version
startup:
custom: true
spec:
exec:
command:
- /bin/proxy
- -version
portal:
enabled: false