Merge pull request #20 from eclipse-che/ab/exposedashboardingress

chore: Expose dashboard ingress path
pull/6/head
Anatolii Bazko 2021-06-07 09:41:13 +03:00 committed by GitHub
commit a4f454b518
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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