Skip to content
This repository was archived by the owner on Jan 31, 2024. It is now read-only.

Commit c125831

Browse files
authored
Change ODH dashboard type to ClusterIP (#321)
When set to "LoadBalancer", OpenShift will attempt to provision a cloud provider's LoadBalancer instance (e.g. AWS ELB) to route traffic to the pods. This is not necessary for us, and puts additional cost on the users. This change deletes the type definition, so we'll use the default type of "ClusterIP".
1 parent b356f01 commit c125831

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

odh-dashboard/base/service.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ metadata:
55
spec:
66
selector:
77
deployment: odh-dashboard
8-
type: LoadBalancer
98
ports:
109
- protocol: TCP
1110
targetPort: 8080

0 commit comments

Comments
 (0)