Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion roles/ocp4_workload_openshift_ai/tasks/workload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
api_version: route.openshift.io/v1
kind: Route
name: rhods-dashboard
namespace: redhat-ods-applications
namespace: "{{ 'openshift-ingress' if _ocp4_workload_openshift_ai_version_3 else 'redhat-ods-applications' }}"
register: r_odh_dashboard_route
until:
- r_odh_dashboard_route.resources is defined
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ apiVersion: route.openshift.io/v1
kind: Route
metadata:
name: rhods-dashboard
namespace: redhat-ods-applications
namespace: openshift-ingress
spec:
host: data-science-gateway.{{ openshift_cluster_ingress_domain }}
to:
kind: Service
name: rhods-dashboard
name: data-science-gateway-data-science-gateway-class
weight: 100
port:
targetPort: https
Expand Down