refactor(monitoring): change domain to *.monitoring.kissj.net
This commit is contained in:
parent
63a7be4b24
commit
ccac1f1b86
1 changed files with 6 additions and 6 deletions
|
|
@ -39,12 +39,12 @@ kube-prometheus-stack:
|
|||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||
hosts:
|
||||
- prometheus.kissj.cloud.mareshq.com
|
||||
- prometheus.monitoring.kissj.net
|
||||
paths:
|
||||
- /
|
||||
tls:
|
||||
- hosts:
|
||||
- prometheus.kissj.cloud.mareshq.com
|
||||
- prometheus.monitoring.kissj.net
|
||||
secretName: prometheus-tls
|
||||
|
||||
serviceMonitor:
|
||||
|
|
@ -63,12 +63,12 @@ kube-prometheus-stack:
|
|||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||
hosts:
|
||||
- grafana.kissj.cloud.mareshq.com
|
||||
- grafana.monitoring.kissj.net
|
||||
paths:
|
||||
- /
|
||||
tls:
|
||||
- hosts:
|
||||
- grafana.kissj.cloud.mareshq.com
|
||||
- grafana.monitoring.kissj.net
|
||||
secretName: grafana-tls
|
||||
|
||||
serviceMonitor:
|
||||
|
|
@ -85,12 +85,12 @@ kube-prometheus-stack:
|
|||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||
hosts:
|
||||
- alertmanager.kissj.cloud.mareshq.com
|
||||
- alertmanager.monitoring.kissj.net
|
||||
paths:
|
||||
- /
|
||||
tls:
|
||||
- hosts:
|
||||
- alertmanager.kissj.cloud.mareshq.com
|
||||
- alertmanager.monitoring.kissj.net
|
||||
secretName: alertmanager-tls
|
||||
|
||||
serviceMonitor:
|
||||
|
|
|
|||
Reference in a new issue