File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
ecmwf-base/inventory/group_vars/all
tav1/inventory/group_vars/all Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 44
55# The size in GB for the data volume
66# This will hold all cluster data, including Kubernetes resources, and also PVC data
7- infra_data_volume_size : 50
7+ infra_data_volume_size : 100
88
99# ####
1010# Configuration for the HA cluster
@@ -180,3 +180,6 @@ velero_backup_schedule_timings: "0 0 * * *"
180180# Time-to-live for existing backups (defaults to 1 week)
181181# See https://pkg.go.dev/time#ParseDuration for duration format options
182182velero_backup_schedule_ttl : " 168h"
183+
184+ # Double size of Prometheus volume
185+ capi_cluster_addons_monitoring_prometheus_volume_size : 20Gi
Original file line number Diff line number Diff line change @@ -57,6 +57,11 @@ capi_cluster_etcd_blockdevice_volume_type: "faf12dcf-2b93-4e04-9de1-57ec3f0cd58a
5757# Default volume type for the etcd block device if 'Volume' type is used
5858azimuth_capi_operator_capi_helm_etcd_blockdevice_volume_type : " faf12dcf-2b93-4e04-9de1-57ec3f0cd58a" # __DEFAULT__
5959
60+ # The name of the flavor to use for control plane nodes
61+ capi_cluster_control_plane_flavor : 8cpu-8gbmem-30gbdisk
62+ # The name of the flavor to use for worker nodes
63+ capi_cluster_worker_flavor : 8cpu-16gbmem-30gbdisk-unpinned
64+
6065# ####
6166# Ingress configuration
6267# ####
You can’t perform that action at this time.
0 commit comments