mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
21 lines
379 B
YAML
21 lines
379 B
YAML
realm: coturn.stonegarden.dev
|
|
replicaCount: 1
|
|
extraOptions:
|
|
- --listening-ip=0.0.0.0
|
|
|
|
certificate:
|
|
enabled: true
|
|
dnsName: coturn.stonegarden.dev
|
|
issuerName: cloudflare-cluster-issuer
|
|
|
|
service:
|
|
annotations:
|
|
io.cilium/lb-ipam-ips: 192.168.1.226
|
|
type: LoadBalancer
|
|
|
|
users:
|
|
- name: netbird
|
|
secretKeyRef:
|
|
name: netbird-turn-credentials
|
|
key: password
|