mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-03-22 08:41:27 +00:00
19 lines
478 B
YAML
19 lines
478 B
YAML
## @section Common parameters
|
|
|
|
## @param host The hostname used to access the Kubernetes cluster externally (defaults to using the cluster name as a subdomain for the tenant host).
|
|
## @param controlPlane.replicas Number of replicas for Kubernetes contorl-plane components
|
|
##
|
|
host: ""
|
|
controlPlane:
|
|
replicas: 2
|
|
|
|
## @param nodeGroups [object] nodeGroups configuration
|
|
##
|
|
nodeGroups:
|
|
md0:
|
|
minReplicas: 0
|
|
maxReplicas: 10
|
|
resources:
|
|
cpu: 2
|
|
memory: 1024Mi
|