Merge pull request #20 from eclipse-che/ab/exposedashboardingress
chore: Expose dashboard ingress pathpull/6/head
commit
a4f454b518
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -136,6 +136,7 @@ dashboard:
|
|||
memoryLimit: 256Mi
|
||||
cpuRequest: 50m
|
||||
cpuLimit: 500m
|
||||
ingressPath: /dashboard
|
||||
|
||||
cheDevfileRegistry:
|
||||
deploy: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue