EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 14376141 authored by Bernhard Mallinger's avatar Bernhard Mallinger
Browse files

Fix service name in ingress

parent 87e4a8ef
No related branches found
No related tags found
2 merge requests!37Chart,!36Staging to master to prepare 1.0.0 release
...@@ -33,15 +33,15 @@ spec: ...@@ -33,15 +33,15 @@ spec:
paths: paths:
- path: /(ows.*) - path: /(ows.*)
backend: backend:
serviceName: renderer serviceName: {{ $fullName }}-renderer
servicePort: http servicePort: http
- path: /(opensearch.*) - path: /(opensearch.*)
backend: backend:
serviceName: renderer serviceName: {{ $fullName }}-renderer
servicePort: http servicePort: http
- path: /(admin.*) - path: /(admin.*)
backend: backend:
serviceName: renderer serviceName: {{ $fullName }}-renderer
servicePort: http servicePort: http
# - path: /cache/(.*) # - path: /cache/(.*)
# backend: # backend:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment