chore: Expose dashboard ingress path
Signed-off-by: Anatolii Bazko <abazko@redhat.com>pull/20/head
parent
29247d8923
commit
e89ea1c8ee
|
|
@ -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