diff --git a/k8s/monitoring/values-production.yaml b/k8s/monitoring/values-production.yaml
index 0aadc0b..3d168e2 100644
--- a/k8s/monitoring/values-production.yaml
+++ b/k8s/monitoring/values-production.yaml
@@ -222,7 +222,7 @@ kube-prometheus-stack:
send_resolved: true
headers:
Subject: '[PRODUCTION] {{ .Status | toUpper }} - {{ range .Alerts }}{{ .Annotations.summary }} {{ end }}'
- html: '{{ template "email.default.html" . }}
View in Alertmanager
{{ range .Alerts }}{{ if .Annotations.loki_link }}View Logs in Loki{{ end }}{{ end }}'
+ html: '{{ template "email.default.html" . }}
View in Alertmanager
{{ range .Alerts }}{{ if .Annotations.loki_link }}View Logs in Loki{{ end }}{{ end }}'
slack_configs:
- api_url: 'https://hooks.slack.com/services/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'
channel: '#video-cluster-prd-alerts'
@@ -236,7 +236,7 @@ kube-prometheus-stack:
{{ range .Labels.SortedPairs }} • *{{ .Name }}:* `{{ .Value }}`
{{ end }}
{{ if .Annotations.loki_link }}
- *Logs:* <{{ .Annotations.loki_link }}|View in Loki>
+ *Logs:* <{{ .Annotations.loki_link }}&from={{ .StartsAt.Unix | add -60 | mul 1000 }}&to={{ .StartsAt.Unix | add 60 | mul 1000 }}|View in Loki>
{{ end }}
{{ end }}
*Source:* <{{ .ExternalURL }}|Alertmanager>
diff --git a/k8s/monitoring/values-staging.yaml b/k8s/monitoring/values-staging.yaml
index b2c21d6..8ced26c 100644
--- a/k8s/monitoring/values-staging.yaml
+++ b/k8s/monitoring/values-staging.yaml
@@ -222,7 +222,7 @@ kube-prometheus-stack:
send_resolved: true
headers:
Subject: '[STAGING] {{ .Status | toUpper }} - {{ range .Alerts }}{{ .Annotations.summary }} {{ end }}'
- html: '{{ template "email.default.html" . }}
View in Alertmanager
{{ range .Alerts }}{{ if .Annotations.loki_link }}View Logs in Loki{{ end }}{{ end }}'
+ html: '{{ template "email.default.html" . }}
View in Alertmanager
{{ range .Alerts }}{{ if .Annotations.loki_link }}View Logs in Loki{{ end }}{{ end }}'
slack_configs:
- api_url: 'https://hooks.slack.com/services/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'
channel: '#video-cluster-staging-alerts'
@@ -236,7 +236,7 @@ kube-prometheus-stack:
{{ range .Labels.SortedPairs }} • *{{ .Name }}:* `{{ .Value }}`
{{ end }}
{{ if .Annotations.loki_link }}
- *Logs:* <{{ .Annotations.loki_link }}|View in Loki>
+ *Logs:* <{{ .Annotations.loki_link }}&from={{ .StartsAt.Unix | add -60 | mul 1000 }}&to={{ .StartsAt.Unix | add 60 | mul 1000 }}|View in Loki>
{{ end }}
{{ end }}
*Source:* <{{ .ExternalURL }}|Alertmanager>
diff --git a/k8s/webrtc-be/values-production.yaml b/k8s/webrtc-be/values-production.yaml
index 65ee0d3..d40facf 100644
--- a/k8s/webrtc-be/values-production.yaml
+++ b/k8s/webrtc-be/values-production.yaml
@@ -6,7 +6,7 @@ grafana:
backendUrl: "https://www.jamkazam.com"
auth: true
# Webrtc_be image version
-webrtc_tag: 1.0.163
+webrtc_tag: 1.0.164
unused_tag: 1.0.0
enableDieEndpoint: false
mediasoup:
diff --git a/k8s/webrtc-be/values-staging.yaml b/k8s/webrtc-be/values-staging.yaml
index 235540a..e7a5bd1 100644
--- a/k8s/webrtc-be/values-staging.yaml
+++ b/k8s/webrtc-be/values-staging.yaml
@@ -5,7 +5,7 @@ grafana:
# Webrtc env variables
backendUrl: "https://staging.jamkazam.com"
# Webrtc_be image version
-webrtc_tag: 1.0.163
+webrtc_tag: 1.0.164
unused_tag: 1.0.0
enableDieEndpoint: true
mediasoup: