23 lines
469 B
YAML
23 lines
469 B
YAML
# Default values for coturn.
|
|
# This is a YAML-formatted file.
|
|
# Declare variables to be passed into your templates.
|
|
|
|
image:
|
|
repository: gcr.io/tough-craft-276813/coturn
|
|
pullPolicy: Always
|
|
# Overrides the image tag whose default is the chart appVersion.
|
|
tag: "latest"
|
|
|
|
imagePullSecrets:
|
|
- name: gcr-json-key
|
|
|
|
redis:
|
|
enabled: true
|
|
|
|
exporter:
|
|
enabled: true
|
|
image:
|
|
repository: ghcr.io/coturn/coturn-exporter
|
|
tag: latest
|
|
pullPolicy: IfNotPresent
|