Bump webrtc to have crash guarding
This commit is contained in:
parent
8d1103572f
commit
6418935a82
|
|
@ -160,6 +160,12 @@ kube-prometheus-stack:
|
|||
root_url: "%(protocol)s://%(domain)s/grafana/"
|
||||
enable_gzip: "true"
|
||||
serve_from_sub_path: true
|
||||
additionalDataSources:
|
||||
- name: Loki
|
||||
type: loki
|
||||
url: http://loki.loki.svc:3100
|
||||
access: proxy
|
||||
isDefault: true
|
||||
|
||||
# Disable control plane metrics
|
||||
kubeEtcd:
|
||||
|
|
|
|||
|
|
@ -160,6 +160,12 @@ kube-prometheus-stack:
|
|||
root_url: "%(protocol)s://%(domain)s/grafana/"
|
||||
enable_gzip: "true"
|
||||
serve_from_sub_path: true
|
||||
additionalDataSources:
|
||||
- name: Loki
|
||||
type: loki
|
||||
url: http://loki.loki.svc:3100
|
||||
access: proxy
|
||||
isDefault: true
|
||||
|
||||
# Disable control plane metrics
|
||||
kubeEtcd:
|
||||
|
|
|
|||
|
|
@ -1,9 +1,11 @@
|
|||
# Ingress
|
||||
domain: "webrtc-be.video.jamkazam.com"
|
||||
grafana:
|
||||
externalUrl: "https://monitoring.video.jamkazam.com"
|
||||
# Webrtc env variables
|
||||
backendUrl: "https://www.jamkazam.com"
|
||||
auth: true
|
||||
# Webrtc_be image version
|
||||
webrtc_tag: 1.0.136
|
||||
webrtc_tag: 1.0.139
|
||||
unused_tag: 1.0.0
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,9 @@
|
|||
# Ingress
|
||||
domain: "webrtc-be.staging.video.jamkazam.com"
|
||||
grafana:
|
||||
externalUrl: "https://monitoring.staging.video.jamkazam.com"
|
||||
# Webrtc env variables
|
||||
backendUrl: "https://staging.jamkazam.com"
|
||||
# Webrtc_be image version
|
||||
webrtc_tag: 1.0.137
|
||||
webrtc_tag: 1.0.139
|
||||
unused_tag: 1.0.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue