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
metadata:
name: {{ include "vs.fullname" . }}-client
......
......@@ -43,12 +43,12 @@ spec:
backend:
serviceName: {{ $fullName }}-renderer
servicePort: http
- path: /(.*)
backend:
serviceName: {{ $fullName }}-client
servicePort: http
# - path: /cache/(.*)
# backend:
# serviceName: cache
# servicePort: http
# - path: /(.*)
# backend:
# serviceName: client
# serviceName: {{ $fullName }}-cache
# servicePort: http
{{- 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