2024-07-23 13:57:31 +02:00
|
|
|
global:
|
|
|
|
image:
|
|
|
|
# -- if set it will overwrite all registry entries
|
|
|
|
registry:
|
|
|
|
# -- if set it will overwrite all pullPolicy
|
2024-08-23 15:16:47 +02:00
|
|
|
pullPolicy:
|
2024-07-23 13:57:31 +02:00
|
|
|
|
|
|
|
imagePullSecrets: []
|
|
|
|
nameOverride: ""
|
|
|
|
fullnameOverride: ""
|
|
|
|
|
|
|
|
ingress:
|
|
|
|
enabled: false
|
|
|
|
className: ""
|
|
|
|
annotations: {}
|
|
|
|
tls: []
|
|
|
|
# - secretName: chart-example-tls
|
|
|
|
# hosts:
|
|
|
|
# - chart-example.local
|
|
|
|
|
|
|
|
autoscaling:
|
|
|
|
enabled: false
|
|
|
|
minReplicas: 1
|
|
|
|
maxReplicas: 100
|
|
|
|
targetCPUUtilizationPercentage: 80
|
|
|
|
# targetMemoryUtilizationPercentage: 80
|
|
|
|
|
|
|
|
service:
|
|
|
|
call:
|
2025-02-27 10:54:31 +01:00
|
|
|
# -- replicas
|
2024-07-23 13:57:31 +02:00
|
|
|
replicaCount: 1
|
|
|
|
image:
|
2025-02-27 10:54:31 +01:00
|
|
|
# -- image registry (could be overwritten by global.image.registry)
|
2024-07-23 13:57:31 +02:00
|
|
|
registry: ghcr.io
|
2025-02-27 10:54:31 +01:00
|
|
|
# -- image repository
|
2024-07-23 13:57:31 +02:00
|
|
|
repository: element-hq/element-call
|
2025-02-27 10:54:31 +01:00
|
|
|
# -- This sets the pull policy for images. (could be overwritten by global.image.pullPolicy)
|
2024-07-23 13:57:31 +02:00
|
|
|
pullPolicy: IfNotPresent
|
2025-02-27 10:54:31 +01:00
|
|
|
# -- image tag - Overrides the image tag whose default is the chart appVersion
|
2024-07-23 13:57:31 +02:00
|
|
|
tag:
|
|
|
|
config: {}
|
|
|
|
ingress:
|
|
|
|
host:
|
2024-08-23 15:16:47 +02:00
|
|
|
networkPolicy:
|
|
|
|
enabled: false
|
|
|
|
ingress:
|
|
|
|
# -- ingress for http port (e.g. ingress-controller)
|
|
|
|
http: []
|
|
|
|
egress:
|
|
|
|
# -- activate egress no networkpolicy
|
|
|
|
enabled: true
|
|
|
|
# -- egress rules
|
|
|
|
extra: []
|
2024-07-23 13:57:31 +02:00
|
|
|
livenessProbe:
|
|
|
|
httpGet:
|
|
|
|
path: /
|
|
|
|
port: http
|
|
|
|
readinessProbe:
|
|
|
|
httpGet:
|
|
|
|
path: /
|
|
|
|
port: http
|
|
|
|
resources: {}
|
|
|
|
serviceAccount:
|
|
|
|
# Specifies whether a service account should be created
|
|
|
|
create: true
|
|
|
|
# Automatically mount a ServiceAccount's API credentials?
|
|
|
|
automount: true
|
|
|
|
# Annotations to add to the service account
|
|
|
|
annotations: {}
|
|
|
|
# The name of the service account to use.
|
|
|
|
# If not set and create is true, a name is generated using the fullname template
|
|
|
|
name: ""
|
|
|
|
|
|
|
|
podAnnotations: {}
|
|
|
|
podLabels: {}
|
|
|
|
|
|
|
|
podSecurityContext: {}
|
|
|
|
# fsGroup: 2000
|
|
|
|
|
|
|
|
securityContext: {}
|
|
|
|
# capabilities:
|
|
|
|
# drop:
|
|
|
|
# - ALL
|
|
|
|
# readOnlyRootFilesystem: true
|
|
|
|
# runAsNonRoot: true
|
|
|
|
# runAsUser: 1000
|
|
|
|
nodeSelector: {}
|
|
|
|
tolerations: []
|
|
|
|
affinity: {}
|
|
|
|
|
|
|
|
lkJWT:
|
2025-02-27 10:54:31 +01:00
|
|
|
# -- enable to deploy livekit jwt service for element-call
|
|
|
|
# @section -- livekit JWT
|
2024-08-23 15:16:47 +02:00
|
|
|
enabled: true
|
2025-02-27 10:54:31 +01:00
|
|
|
# -- replicas
|
|
|
|
# @section -- livekit JWT
|
2024-07-23 13:57:31 +02:00
|
|
|
replicaCount: 1
|
|
|
|
image:
|
2025-02-27 10:54:31 +01:00
|
|
|
# -- image registry (could be overwritten by global.image.registry)
|
|
|
|
# @section -- livekit JWT
|
2024-07-23 13:57:31 +02:00
|
|
|
registry: ghcr.io
|
2025-02-27 10:54:31 +01:00
|
|
|
# -- image repository
|
|
|
|
# @section -- livekit JWT
|
2024-07-23 13:57:31 +02:00
|
|
|
repository: element-hq/lk-jwt-service
|
2025-02-27 10:54:31 +01:00
|
|
|
# -- This sets the pull policy for images. (could be overwritten by global.image.pullPolicy)
|
|
|
|
# @section -- livekit JWT
|
2024-07-23 13:57:31 +02:00
|
|
|
pullPolicy: IfNotPresent
|
2025-02-27 10:54:31 +01:00
|
|
|
# -- image tag
|
|
|
|
# @section -- livekit JWT
|
2024-07-23 13:57:31 +02:00
|
|
|
tag: sha-4a29504
|
|
|
|
config:
|
2025-02-27 10:54:31 +01:00
|
|
|
# -- url to livekit
|
|
|
|
# @section -- livekit JWT
|
2024-07-23 13:57:31 +02:00
|
|
|
url: ""
|
2025-02-27 10:54:31 +01:00
|
|
|
# -- key to livekit
|
|
|
|
# @section -- livekit JWT
|
2024-07-23 13:57:31 +02:00
|
|
|
key: "devkey"
|
2025-02-27 10:54:31 +01:00
|
|
|
# -- secret to livekit
|
|
|
|
# @section -- livekit JWT
|
2024-07-23 13:57:31 +02:00
|
|
|
secret: "secret"
|
|
|
|
ingress:
|
|
|
|
host:
|
2024-08-23 15:16:47 +02:00
|
|
|
networkPolicy:
|
|
|
|
enabled: false
|
|
|
|
ingress:
|
|
|
|
# -- ingress for http port (e.g. ingress-controller)
|
2025-02-27 10:54:31 +01:00
|
|
|
# @section -- livekit JWT
|
2024-08-23 15:16:47 +02:00
|
|
|
http: []
|
|
|
|
egress:
|
|
|
|
# -- activate egress no networkpolicy
|
2025-02-27 10:54:31 +01:00
|
|
|
# @section -- livekit JWT
|
2024-08-23 15:16:47 +02:00
|
|
|
enabled: false
|
|
|
|
# -- egress rules
|
2025-02-27 10:54:31 +01:00
|
|
|
# @section -- livekit JWT
|
2024-08-23 15:16:47 +02:00
|
|
|
extra: []
|
2024-07-23 13:57:31 +02:00
|
|
|
livenessProbe:
|
|
|
|
httpGet:
|
|
|
|
path: /healthz
|
|
|
|
port: http
|
|
|
|
readinessProbe:
|
|
|
|
httpGet:
|
|
|
|
path: /healthz
|
|
|
|
port: http
|
|
|
|
resources: {}
|
|
|
|
serviceAccount:
|
2025-02-27 10:54:31 +01:00
|
|
|
# -- Specifies whether a service account should be created
|
|
|
|
# @section -- livekit JWT
|
2024-07-23 13:57:31 +02:00
|
|
|
create: true
|
2025-02-27 10:54:31 +01:00
|
|
|
# -- Automatically mount a ServiceAccount's API credentials?
|
|
|
|
# @section -- livekit JWT
|
2024-07-23 13:57:31 +02:00
|
|
|
automount: true
|
2025-02-27 10:54:31 +01:00
|
|
|
# -- Annotations to add to the service account
|
|
|
|
# @section -- livekit JWT
|
2024-07-23 13:57:31 +02:00
|
|
|
annotations: {}
|
2025-02-27 10:54:31 +01:00
|
|
|
# -- The name of the service account to use.
|
2024-07-23 13:57:31 +02:00
|
|
|
# If not set and create is true, a name is generated using the fullname template
|
2025-02-27 10:54:31 +01:00
|
|
|
# @section -- livekit JWT
|
2024-07-23 13:57:31 +02:00
|
|
|
name: ""
|
|
|
|
|
|
|
|
podAnnotations: {}
|
|
|
|
podLabels: {}
|
|
|
|
|
|
|
|
podSecurityContext: {}
|
|
|
|
# fsGroup: 2000
|
|
|
|
|
|
|
|
securityContext: {}
|
|
|
|
# capabilities:
|
|
|
|
# drop:
|
|
|
|
# - ALL
|
|
|
|
# readOnlyRootFilesystem: true
|
|
|
|
# runAsNonRoot: true
|
|
|
|
# runAsUser: 1000
|
|
|
|
nodeSelector: {}
|
|
|
|
tolerations: []
|
|
|
|
affinity: {}
|