Skip to content

Commit

Permalink
update cluster-vsphere values to match refactored chart (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
glitchcrab authored May 16, 2024
1 parent 091cd0f commit 777915b
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 43 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Update `cluster-vsphere` values for refactored chart.

## [1.2.0] - 2024-05-14

### Changed
Expand Down
81 changes: 38 additions & 43 deletions pkg/clusterbuilder/providers/capv/values/cluster_values.yaml
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

0 comments on commit 777915b

Please sign in to comment.