Skip to content

Commit

Permalink
Update CAPV values to deploy on new Neoedge provider (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
glitchcrab authored Nov 13, 2024
1 parent 0a50bcc commit 4f09793
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 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 CAPV values to deploy on new Neoedge provider

## [1.27.2] - 2024-11-07

## Fixed
Expand Down
14 changes: 6 additions & 8 deletions pkg/clusterbuilder/providers/capv/values/cluster_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,30 @@ global:
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)
ipPoolName: "wc-cp-ips"
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)
ipPoolName: "svc-lb-ips"
numberOfIps: 1
baseDomain: test.gigantic.io
controlPlane:
replicas: 1
machineTemplate:
cloneMode: "linkedClone"
folder: 'e2e-tests'
diskGiB: 50
numCPUs: 4
memoryMiB: 8196
resourcePool: "grasshopper"
network:
devices:
- networkName: 'grasshopper-capv'
- networkName: 'v500-data'
dhcp4: true
nodePools:
worker:
replicas: 2
cloneMode: "linkedClone"
folder: 'e2e-tests'
diskGiB: 50
numCPUs: 6
memoryMiB: 16896
resourcePool: "grasshopper"
network:
devices:
- networkName: 'grasshopper-capv'
- networkName: 'v500-data'
dhcp4: true

0 comments on commit 4f09793

Please sign in to comment.