No introduction found. Create it?
Install with:
helm repo add go2rtc oci://ghcr.io/bjw-s-labs/charts/
helm install go2rtc go2rtc/go2rtc -f values.yamlSee examples from other people.
| Name | Repo | Stars | Version | Timestamp |
|---|---|---|---|---|
| go2rtc | onedr0p/home-ops | 2834 | 5.0.1 | a month ago |
| go2rtc | ishioni/homelab-ops | 161 | 5.0.1 | 2 months ago |
| go2rtc | blackjid/home-ops | 97 | 5.0.1 | 5 months ago |
See the most popular values for this chart:
| Key | Types |
|---|---|
controllers.go2rtc.containers.app.image.repository (12) ghcr.io/alexxit/go2rtc | string |
controllers.go2rtc.containers.app.image.tag (12) 1.9.14@sha256:675c318b23c06fd862a61d262240c9a63436b4050d177ffc68a32710d9e05bae | string |
| boolean | |
| number | |
| number | |
| number | |
| string | |
| number | |
| number | |
| boolean | |
| boolean | |
| boolean | |
| number | |
| string | |
| number | |
| number | |
| number | |
| number | |
| boolean | |
| number | |
| number | |
| boolean | |
| string | |
| boolean | |
| string | |
| string | |
| string | |
| string | |
controllers.go2rtc.containers.app.env.TZ (3) Europe/London | string |
| string | |
controllers.go2rtc.strategy (10) RollingUpdate | string |
| string | |
| string | |
controllers.go2rtc.pod.annotations."k8s.v1.cni.cncf.io/networks" (1) [{
"name":"iot",
"namespace": "kube-system",
"mac": "f2:f9:00:00:20:03",
"ips": ["10.10.20.241/24"]
}]
| string |
| number | |
| number | |
| boolean | |
| number | |
| number | |
defaultPodOptions.annotations."k8s.v1.cni.cncf.io/networks" (1) [{
"name": "iot",
"namespace": "networking",
"ips": ["192.168.50.3/24"],
"mac": "a6:42:05:ea:fc:5a"
}]
| string |
| string | |
| string | |
route.app.hostnames[] (12) - {{ .Release.Name }}.${SECRET_DOMAIN} | string |
route.app.parentRefs[].name (12) envoy-internal | string |
| string | |
| string | |
| string | |
| number | |
route.app.annotations."gatus.home-operations.com/endpoint" (1) conditions: ["[STATUS] == any(200,401)"] | string |
| number | |
| boolean | |
| number | |
| number | |
| string | |
| number | |
| string | |
service.app.forceRename (9) {{ .Release.Name }} | string |
| boolean | |
| string | |
| string | |
service.app.sessionAffinity (1) ClientIP | string |
service.app.type (1) LoadBalancer | string |
service.streams.annotations."lbipam.cilium.io/ips" (10) 192.168.69.124 | string |
service.streams.type (10) LoadBalancer | string |
| string | |
| number | |
| number | |
| string | |
| number | |
| string | |
| number | |
| string | |
| number | |
| string | |
| number | |
| string | |
| string | |
persistence.config-file.globalMounts[].path (10) /config/go2rtc.yaml | string |
| string | |
| boolean | |
persistence.config-file.type (10) configMap | string |
| string | |
persistence.config-file.name (5) go2rtc-secret | string |
persistence.config.type (2) configMap | string |
persistence.config.globalMounts[].path (1) /config/go2rtc.yaml | string |
| boolean | |
| string | |
persistence.config.name (1) go2rtc-config | string |
persistence.secret-file.globalMounts[].path (1) /config/go2rtc.yaml | string |
| boolean | |
| string | |
persistence.secret-file.name (1) go2rtc-secret | string |
| string | |
configMaps.config.data."go2rtc.yaml" (5) log:
streams: error # Prevent log spam from UniFi Protect
api:
listen: :80
origin: "*"
rtsp:
listen: :554
webrtc:
listen: :8555
candidates:
- 172.24.30.61:8555
- stun:8555
ice_servers:
- urls:
- stun:stun.cloudflare.com:3478
streams:
front door:
- rtspx://172.24.1.1:7441/4C5FvxLQm3fxtMVV
package:
- rtspx://172.24.1.1:7441/bo7I9I3Ni5qjSXBz | string |