Skip to content

Commit

Permalink
align capvcd cluster connectivity
Browse files Browse the repository at this point in the history
  • Loading branch information
glitchcrab committed May 7, 2024
1 parent 2df19fb commit 0fc00bb
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions pkg/clusterbuilder/providers/capvcd/values/cluster_values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
baseDomain: test.gigantic.io
controlPlane:
replicas: 3
diskSizeGB: 30
Expand All @@ -8,15 +7,6 @@ controlPlane:
groupsClaim: "groups"
issuerUrl: "https://dex.gerbil.test.gigantic.io"
usernameClaim: "email"
connectivity:
network:
loadBalancers:
vipSubnet: "10.205.9.254/24"
ntp:
servers:
- "10.205.105.253"
proxy:
enabled: true
nodePools:
worker:
class: default
Expand All @@ -36,3 +26,14 @@ providerSpecific:
metadata:
description: "E2E Test cluster"
organization: "{{ .Organization }}"
global:
connectivity:
network:
loadBalancers:
vipSubnet: "10.205.9.254/24"
ntp:
servers:
- "10.205.105.253"
proxy:
enabled: true
baseDomain: test.gigantic.io

0 comments on commit 0fc00bb

Please sign in to comment.