DEV-927 Fix blackbox http targets
parent
955a40448c
commit
9ff3844eb7
@ -1,3 +1,6 @@
|
|||||||
---
|
---
|
||||||
prometheus_tsdb_rentention_time: '2w'
|
prometheus_tsdb_rentention_time: '2w'
|
||||||
kubernetes_prometheus_endpoint: "devnso-prometheus.{{ domain }}"
|
kubernetes_prometheus_endpoint: "{{ stage_kube }}-prometheus.{{ domain }}"
|
||||||
|
blackbox_http_2xx_targets:
|
||||||
|
- 'https://{{ stage }}-keycloak-01.smardigo.digital/auth/'
|
||||||
|
- 'https://{{ stage_kube }}-awx.smardigo.digital'
|
||||||
@ -1,3 +1,6 @@
|
|||||||
---
|
---
|
||||||
prometheus_tsdb_rentention_time: '2w'
|
prometheus_tsdb_rentention_time: '2w'
|
||||||
kubernetes_prometheus_endpoint: "qanso-prometheus.{{ domain }}"
|
kubernetes_prometheus_endpoint: "{{ stage_kube }}-prometheus.{{ domain }}"
|
||||||
|
blackbox_http_2xx_targets:
|
||||||
|
- 'https://{{ stage }}-keycloak-01.smardigo.digital/auth/'
|
||||||
|
- 'https://{{ stage_kube }}-awx.smardigo.digital'
|
||||||
|
|||||||
Loading…
Reference in New Issue