-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update cluster-vsphere values to match refactored chart (#27)
- Loading branch information
1 parent
091cd0f
commit 777915b
Showing
2 changed files
with
42 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
81 changes: 38 additions & 43 deletions
81
pkg/clusterbuilder/providers/capv/values/cluster_values.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,43 @@ | ||
clusterDescription: "E2E Test cluster" | ||
organization: "{{ .Organization }}" | ||
|
||
baseDomain: test.gigantic.io | ||
|
||
global: | ||
metadata: | ||
description: "E2E Test cluster" | ||
organization: "{{ .Organization }}" | ||
labels: | ||
monitoring.giantswarm.io/prometheus-volume-size: small | ||
|
||
controlPlane: | ||
replicas: 1 | ||
image: | ||
repository: registry.k8s.io | ||
machineTemplate: | ||
cloneMode: "linkedClone" | ||
diskGiB: 50 | ||
numCPUs: 4 | ||
memoryMiB: 8096 | ||
resourcePool: "grasshopper" | ||
connectivity: | ||
network: | ||
devices: | ||
- networkName: 'grasshopper-capv' | ||
dhcp4: true | ||
|
||
connectivity: | ||
network: | ||
controlPlaneEndpoint: | ||
ipPoolName: "wc-cp-ips" # [string] Ip for control plane will be drawn from this GlobalInClusterIPPool (for gcapeverde it's 10.10.222.232 - 10.10.222.238 inclusive) | ||
loadBalancers: | ||
ipPoolName: "svc-lb-ips" # [string] Ip for control plane will be drawn from this GlobalInClusterIPPool (for gcapeverde it's 10.10.222.245 - 10.10.222.249 inclusive) | ||
|
||
nodeClasses: | ||
default: | ||
cloneMode: "linkedClone" | ||
diskGiB: 50 | ||
numCPUs: 6 | ||
memoryMiB: 16896 | ||
resourcePool: "grasshopper" | ||
network: | ||
devices: | ||
- networkName: 'grasshopper-capv' | ||
dhcp4: true | ||
|
||
nodePools: | ||
worker: | ||
class: "default" | ||
replicas: 2 | ||
controlPlaneEndpoint: | ||
ipPoolName: "wc-cp-ips" # [string] Ip for control plane will be drawn from this GlobalInClusterIPPool (for gcapeverde it's 10.10.222.232 - 10.10.222.238 inclusive) | ||
loadBalancers: | ||
ipPoolName: "svc-lb-ips" # [string] Ip for control plane will be drawn from this GlobalInClusterIPPool (for gcapeverde it's 10.10.222.245 - 10.10.222.249 inclusive) | ||
baseDomain: test.gigantic.io | ||
controlPlane: | ||
replicas: 1 | ||
image: | ||
repository: registry.k8s.io | ||
machineTemplate: | ||
cloneMode: "linkedClone" | ||
diskGiB: 50 | ||
numCPUs: 4 | ||
memoryMiB: 8196 | ||
resourcePool: "grasshopper" | ||
network: | ||
devices: | ||
- networkName: 'grasshopper-capv' | ||
dhcp4: true | ||
resourceRatio: 8 | ||
nodePools: | ||
worker: | ||
class: "default" | ||
replicas: 2 | ||
nodeClasses: | ||
default: | ||
cloneMode: "linkedClone" | ||
diskGiB: 50 | ||
numCPUs: 6 | ||
memoryMiB: 16896 | ||
resourcePool: "grasshopper" | ||
network: | ||
devices: | ||
- networkName: 'grasshopper-capv' | ||
dhcp4: true |