Skip to content

Commit

Permalink
Fix local ingress by setting host to localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
BlacCello committed Oct 10, 2023
1 parent 62e9073 commit 0fcb643
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions local/kubernetes/infrastructure/service-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ metadata:
spec:
ingressClassName: nginx
rules:
- http:
- host: localhost
http:
paths:
- path: "/prometheus/?(.*)"
pathType: ImplementationSpecific
Expand All @@ -29,7 +30,8 @@ metadata:
spec:
ingressClassName: nginx
rules:
- http:
- host: localhost
http:
paths:
- path: "/grafana/?(.*)"
pathType: ImplementationSpecific
Expand All @@ -49,7 +51,8 @@ metadata:
spec:
ingressClassName: nginx
rules:
- http:
- host: localhost
http:
paths:
- path: "/jaeger/?(.*)"
pathType: ImplementationSpecific
Expand All @@ -70,7 +73,8 @@ metadata:
spec:
ingressClassName: nginx
rules:
- http:
- host: localhost
http:
paths:
- path: "/kibana/?(.*)"
pathType: ImplementationSpecific
Expand Down

0 comments on commit 0fcb643

Please sign in to comment.