chore: Expose dashboard ingress path

Signed-off-by: Anatolii Bazko <abazko@redhat.com>
pull/20/head
Anatolii Bazko 2021-06-03 12:19:44 +03:00
parent 29247d8923
commit e89ea1c8ee
2 changed files with 2 additions and 1 deletions

View File

@ -45,7 +45,7 @@ spec:
{{- end }}
paths:
# The path rule for Che Dashboard
- path: /dashboard/*
- path: {{ .Values.dashboard.ingressPath }}
backend:
serviceName: che-dashboard
servicePort: 8080

View File

@ -136,6 +136,7 @@ dashboard:
memoryLimit: 256Mi
cpuRequest: 50m
cpuLimit: 500m
ingressPath: /dashboard
cheDevfileRegistry:
deploy: true