fix(manifests): add missing ingress class annotation for Grafana ingress
Signed-off-by: 孙振宇 <>
This commit is contained in:
parent
bd448c08d2
commit
9448d1c684
@ -18,10 +18,10 @@ metadata:
|
||||
name: grafana-ingress
|
||||
namespace: freeleaps-monitoring-system
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: nginx
|
||||
nginx.ingress.kubernetes.io/service-upstream: "true"
|
||||
nginx.ingress.kubernetes.io/upstream-vhost: "kube-prometheus-stack-grafana.freeleaps-monitoring-system.svc.freeleaps.cluster"
|
||||
spec:
|
||||
ingressClassName: nginx
|
||||
tls:
|
||||
- hosts:
|
||||
- grafana.mathmast.com
|
||||
|
||||
Loading…
Reference in New Issue
Block a user