File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 36
36
'endpoint' : "/api",
37
37
'provider' : "basic"
38
38
})
39
- .constant('colors', {});
39
+ .constant('colors', {});
40
40
---
41
41
apiVersion : v1
42
42
kind : Service
@@ -115,7 +115,7 @@ spec:
115
115
- name : TELEGRAM_TOKEN
116
116
value : " {{ .Values.alerta.alerts.telegram.token }}"
117
117
- name : TELEGRAM_WEBHOOK_URL
118
- value : " https:// alerta.infra.aenix.org /api/webhooks/telegram?api-key={{ $apiKey }}"
118
+ value : " {{ printf " alerta.%s" (.Values.host | default $host) }} /api/webhooks/telegram?api-key={{ $apiKey }}"
119
119
{{- end }}
120
120
121
121
ports :
@@ -148,9 +148,9 @@ metadata:
148
148
labels :
149
149
app : alerta
150
150
annotations :
151
- {{- if ne $issuerType "cloudflare" }}
151
+ {{- if ne $issuerType "cloudflare" }}
152
152
acme.cert-manager.io/http01-ingress-class : {{ $ingress }}
153
- {{- end }}
153
+ {{- end }}
154
154
cert-manager.io/cluster-issuer : letsencrypt-prod
155
155
spec :
156
156
ingressClassName : {{ $ingress }}
You can’t perform that action at this time.
0 commit comments