Skip to content

Commit

Permalink
Merge pull request #20 from eclipse-che/ab/exposedashboardingress
Browse files Browse the repository at this point in the history
chore: Expose dashboard ingress path
  • Loading branch information
tolusha authored Jun 7, 2021
2 parents d65a8c6 + e89ea1c commit a4f454b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions deploy/kubernetes/helm/che/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ dashboard:
memoryLimit: 256Mi
cpuRequest: 50m
cpuLimit: 500m
ingressPath: /dashboard

cheDevfileRegistry:
deploy: true
Expand Down

0 comments on commit a4f454b

Please sign in to comment.