No introduction found. Create it?
Install with:
helm repo add app-template oci://ghcr.io/bjw-s-labs/charts/
helm install go2rtc app-template/app-template -f values.yamlSee examples from other people.
| Name | Repo | Stars | Version | Timestamp |
|---|---|---|---|---|
| go2rtc | rafaribe/home-ops | 93 | 4.6.0 | 24 days ago |
| go2rtc | Diaoul/home-ops | 109 | 4.6.2 | a month ago |
| go2rtc | h3mmy/bloopySphere | 63 | 3.7.3 | a month ago |
See the most popular values for this chart:
| Key | Types |
|---|---|
| string | |
controllers.go2rtc.containers.app.image.repository (13) ghcr.io/alexxit/go2rtc | string |
controllers.go2rtc.containers.app.image.tag (13) 1.9.14@sha256:675c318b23c06fd862a61d262240c9a63436b4050d177ffc68a32710d9e05bae | string |
| string | |
| number | |
| string | |
| string | |
| boolean | |
| string | |
| boolean | |
| boolean | |
| boolean | |
| number | |
| string | |
| number | |
| number | |
| number | |
| number | |
| boolean | |
| boolean | |
| number | |
| string | |
| number | |
| number | |
| number | |
| number | |
| string | |
controllers.go2rtc.strategy (8) RollingUpdate | string |
| number | |
| string | |
| string | |
| string | |
| string | |
| string | |
| string | |
| string | |
| string | |
| number | |
| boolean | |
| number | |
| number | |
| number | |
| boolean | |
| string | |
| number | |
| string | |
| number | |
defaultPodOptions.annotations."k8s.v1.cni.cncf.io/networks" (3) [{
"name":"multus-trusted",
"namespace": "network",
"ips": ["10.0.10.100/23"],
"mac": "e6:3b:96:b5:a4:b9"
}]
| string |
| string | |
| string | |
| string | |
| number | |
route.app.hostnames[] (10) - go2rtc.${DOMAIN} | string |
route.app.parentRefs[].name (10) envoy-internal | string |
| string | |
| string | |
| number | |
| string | |
| string | |
| string | |
| string | |
| string | |
| string | |
| string | |
| string | |
| boolean | |
route.main.hostnames[] (1) - go2rtc.${SECRET_DOMAIN} | string |
route.main.parentRefs[].name (1) envoy-internal | string |
| string | |
| string | |
| string | |
| number | |
| boolean | |
| number | |
| number | |
| string | |
| number | |
| string | |
| number | |
| boolean | |
| number | |
| number | |
| string | |
| number | |
| string | |
| number | |
service.app.type (7) LoadBalancer | string |
| string | |
| string | |
service.app.annotations."io.cilium/lb-ipam-ips" (1) 192.168.40.246 | string |
service.app.annotations."metallb.io/loadBalancerIPs" (1) ${LB_V4_GO2RTC}, ${LB_V6_GO2RTC} | string |
| string | |
| string | |
| boolean | |
| string | |
service.app.ipFamilies[] (2) - IPv4 | string |
service.app.ipFamilyPolicy (2) PreferDualStack | string |
| number | |
| number | |
| string | |
| number | |
| string | |
service.streams.type (4) LoadBalancer | string |
| string | |
service.streams.annotations."external-dns.alpha.kubernetes.io/hostname" (1) cameras.${SECRET_DOMAIN} | string |
| string | |
persistence.config-file.globalMounts[].path (7) /config/go2rtc.yaml | string |
| boolean | |
| string | |
persistence.config-file.name (7) go2rtc-configmap | string |
persistence.config-file.type (7) configMap | string |
| string | |
persistence.config.type (6) configMap | string |
persistence.config.globalMounts[].path (4) /config/go2rtc.yaml | string |
| boolean | |
| string | |
persistence.config.advancedMounts.go2rtc.app[].path (2) /config/go2rtc.yaml | string |
| boolean | |
| string | |
persistence.tls-crt.globalMounts[].path (1) /config/ssl/go2rtc.crt | string |
| string | |
persistence.tls-crt.name (1) tls.go2rtc | string |
| string | |
persistence.tls-key.globalMounts[].path (1) /config/ssl/go2rtc.key | string |
| string | |
persistence.tls-key.name (1) tls.go2rtc | string |
| string | |
ingress.app.className (2) traefik | string |
ingress.app.hosts[].host (2) go2rtc-streams.${XYZ_DOMAIN} | string |
| string | |
| string | |
| string | |
| string | |
ingress.app.annotations."cert-manager.io/cluster-issuer" (1) letsencrypt-production | string |
ingress.app.annotations."cert-manager.io/ip-sans" (1) ${LB_V4_GO2RTC}, ${LB_V6_GO2RTC} | string |
ingress.app.annotations."external-dns.alpha.kubernetes.io/target" (1) internal.haynesops | string |
| string | |
ingress.app.annotations."gethomepage.dev/description" (1) RTSP/WebRTC gateway for cameras | string |
| string | |
| string | |
ingress.app.annotations."gethomepage.dev/href" (1) https://go2rtc.haynesops.com | string |
| string | |
| string | |
ingress.app.annotations."gethomepage.dev/siteMonitor" (1) https://go2rtc.haynesops.com | string |
| string | |
ingress.app.annotations."traefik.ingress.kubernetes.io/router.middlewares" (1) networking-rfc1918@kubernetescrd | string |
ingress.app.tls[].hosts[] (1) - go2rtc-streams.${XYZ_DOMAIN} | string |
ingress.app.tls[].secretName (1) tls.go2rtc | string |
configMaps.config.data."go2rtc.yaml" (1) api:
listen: :80
rtsp:
listen: :554
webrtc:
listen: :8555
candidates:
- 10.0.1.116:8555
- stun:8555
ice_servers:
- urls:
- stun:stun.cloudflare.com:3478
| string |