Add values-relay
This commit is contained in:
parent
ca9a01a317
commit
34946b7f86
1 changed files with 60 additions and 0 deletions
60
values-relay
Normal file
60
values-relay
Normal file
|
@ -0,0 +1,60 @@
|
||||||
|
affinity: {}
|
||||||
|
config:
|
||||||
|
TURNHighestPort: 65535
|
||||||
|
TURNLowestPort: 49152
|
||||||
|
apiUrl: 'wss://api.gate.calegix.net'
|
||||||
|
listenPort: 3478
|
||||||
|
otlp:
|
||||||
|
endpoint: null
|
||||||
|
publicIPV4Addr: '98.168.105.68'
|
||||||
|
publicIPV6Addr: null
|
||||||
|
token:
|
||||||
|
existingSecret: null
|
||||||
|
key: FIREZONE_TOKEN
|
||||||
|
value: '.SFMyNTY.g2gDaANtAAAAJDIyYWRhNjAxLTczYmItNDRkNC05ZjgyLTQxZGQ4YTdhMzVmNm0AAAAkZmRkZmQwZDUtNGE0MC00ZTdlLTk3MmMtN2VjMDVjOTkxZjY0bQAAADhIUlRBRUw5NVA1VUZGUTM1QzM5MkpESDVPSVAzMlVWRTQwTThKVjJBOEwxUEFKOVRLNElHPT09PW4GAKPgyfeUAWIAAVGA.Z0pP0-G6EidqHMholZX9ql4X-J9oHtCXiaqzzCxknvg'
|
||||||
|
dnsConfig: {}
|
||||||
|
dnsPolicy: null
|
||||||
|
envFrom: []
|
||||||
|
extraEnv: []
|
||||||
|
fullnameOverride: ''
|
||||||
|
image:
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
repository: ghcr.io/firezone/relay
|
||||||
|
tag: ''
|
||||||
|
imagePullSecrets: []
|
||||||
|
logFormat: json
|
||||||
|
logLevel: trace
|
||||||
|
nameOverride: ''
|
||||||
|
nodeSelector: {}
|
||||||
|
podAnnotations: {}
|
||||||
|
podLabels: {}
|
||||||
|
podSecurityContext: {}
|
||||||
|
resources: {}
|
||||||
|
revisionHistoryLimit: 10
|
||||||
|
securityContext:
|
||||||
|
allowPrivilegeEscalation: false
|
||||||
|
capabilities:
|
||||||
|
add:
|
||||||
|
- NET_ADMIN
|
||||||
|
drop:
|
||||||
|
- ALL
|
||||||
|
readOnlyRootFilesystem: true
|
||||||
|
runAsGroup: null
|
||||||
|
runAsUser: null
|
||||||
|
service:
|
||||||
|
annotations: {}
|
||||||
|
externalTrafficPolicy: Local
|
||||||
|
ipFamilies:
|
||||||
|
- IPv4
|
||||||
|
ipFamilyPolicy: SingleStack
|
||||||
|
labels: {}
|
||||||
|
loadBalancerClass: ''
|
||||||
|
type: ClusterIP
|
||||||
|
serviceAccount:
|
||||||
|
annotations: {}
|
||||||
|
automount: false
|
||||||
|
create: true
|
||||||
|
name: ''
|
||||||
|
tolerations: []
|
||||||
|
volumeMounts: []
|
||||||
|
volumes: []
|
Loading…
Reference in a new issue