video-iac/k8s/coturn/values.yaml

30 lines
600 B
YAML
Raw Normal View History

2025-11-20 02:20:40 +00:00
# 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
2026-01-04 05:31:30 +00:00
image:
registry: docker.io
repository: bitnami/redis
tag: 6.2.7
global:
imagePullSecrets:
- gcr-json-key
2025-11-20 02:20:40 +00:00
exporter:
enabled: true
image:
repository: ghcr.io/coturn/coturn-exporter
tag: latest
pullPolicy: IfNotPresent