This repository was archived by the owner on Jan 31, 2024. It is now read-only.
Commit c125831
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
0 commit comments