Skip to content

Commit

Permalink
Merge pull request #145 from feature-creeps/fix-local-ingress
Browse files Browse the repository at this point in the history
Fix local ingress
  • Loading branch information
marcel-henrich-mw authored Oct 10, 2023
2 parents c82c09d + 0fcb643 commit eec18ed
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 eec18ed

Please sign in to comment.