feat(manifests): add annotations for Grafana ingress to configure service upstream and upstream vhost
Signed-off-by: 孙振宇 <>
This commit is contained in:
parent
cd6735510b
commit
5200451d11
@ -17,6 +17,9 @@ kind: Ingress
|
|||||||
metadata:
|
metadata:
|
||||||
name: grafana-ingress
|
name: grafana-ingress
|
||||||
namespace: freeleaps-monitoring-system
|
namespace: freeleaps-monitoring-system
|
||||||
|
annotations:
|
||||||
|
nginx.ingress.kubernetes.io/service-upstream: "true"
|
||||||
|
nginx.ingress.kubernetes.io/upstream-vhost: "kube-prometheus-stack-grafana.freeleaps-monitoring-system.svc.freeleaps.cluster"
|
||||||
spec:
|
spec:
|
||||||
ingressClassName: nginx
|
ingressClassName: nginx
|
||||||
tls:
|
tls:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user