EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 33e32828 authored by Stephan's avatar Stephan
Browse files

fix client ingress

parent 09fbdb4c
No related branches found
No related tags found
2 merge requests!37Chart,!36Staging to master to prepare 1.0.0 release
apiVersion: extensions/v1beta1 apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
name: {{ include "vs.fullname" . }}-client name: {{ include "vs.fullname" . }}-client
......
...@@ -43,12 +43,12 @@ spec: ...@@ -43,12 +43,12 @@ spec:
backend: backend:
serviceName: {{ $fullName }}-renderer serviceName: {{ $fullName }}-renderer
servicePort: http servicePort: http
- path: /(.*)
backend:
serviceName: {{ $fullName }}-client
servicePort: http
# - path: /cache/(.*) # - path: /cache/(.*)
# backend: # backend:
# serviceName: cache # serviceName: {{ $fullName }}-cache
# servicePort: http
# - path: /(.*)
# backend:
# serviceName: client
# servicePort: http # servicePort: http
{{- end }} {{- end }}
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