fix(manifests): update Grafana ingress path to remove wildcard and set pathType
Signed-off-by: 孙振宇 <>
This commit is contained in:
parent
84650c4dd7
commit
1753ce658e
@ -27,7 +27,7 @@ spec:
|
|||||||
- host: grafana.mathmast.com
|
- host: grafana.mathmast.com
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /*
|
- path: /
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
backend:
|
backend:
|
||||||
service:
|
service:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user