diff --git a/packages/grid/helm/examples/azure/azure.high.yaml b/packages/grid/helm/examples/azure/azure.high.yaml index 09b730292fd..468d1e771ae 100644 --- a/packages/grid/helm/examples/azure/azure.high.yaml +++ b/packages/grid/helm/examples/azure/azure.high.yaml @@ -11,9 +11,13 @@ node: name: syft-azure side: high rootEmail: info@openmined.org - defaultWorkerPoolCount: 1 resourcesPreset: 2xlarge + defaultWorkerPool: + count: 1 + podLabels: null + podAnnotations: null + ingress: # Make sure cluster is created with --enable-app-routing # az aks create -g group-name -n cluster-name -l region --enable-app-routing diff --git a/packages/grid/helm/syft/values.yaml b/packages/grid/helm/syft/values.yaml index 932f20d8978..5a361cc2e39 100644 --- a/packages/grid/helm/syft/values.yaml +++ b/packages/grid/helm/syft/values.yaml @@ -167,7 +167,7 @@ node: associationRequestAutoApproval: false useInternalRegistry: true - # Deault Worker pool settings + # Default Worker pool settings defaultWorkerPool: count: 1 podLabels: null diff --git a/packages/grid/helm/values.dev.high.yaml b/packages/grid/helm/values.dev.high.yaml index 62b9fddb9fd..9a0e266704a 100644 --- a/packages/grid/helm/values.dev.high.yaml +++ b/packages/grid/helm/values.dev.high.yaml @@ -12,12 +12,16 @@ registry: node: rootEmail: info@openmined.org - defaultWorkerPoolCount: 1 side: high resourcesPreset: 2xlarge resources: null + defaultWorkerPool: + count: 1 + podLabels: null + podAnnotations: null + secret: defaultRootPassword: changethis diff --git a/packages/grid/helm/values.dev.low.yaml b/packages/grid/helm/values.dev.low.yaml index 62d63c4f73b..7e5de1a68f2 100644 --- a/packages/grid/helm/values.dev.low.yaml +++ b/packages/grid/helm/values.dev.low.yaml @@ -12,12 +12,16 @@ registry: node: rootEmail: info@openmined.org - defaultWorkerPoolCount: 1 side: low resourcesPreset: 2xlarge resources: null + defaultWorkerPool: + count: 1 + podLabels: null + podAnnotations: null + secret: defaultRootPassword: changethis diff --git a/packages/grid/helm/values.dev.yaml b/packages/grid/helm/values.dev.yaml index 2b90ed7283a..c24aa51d294 100644 --- a/packages/grid/helm/values.dev.yaml +++ b/packages/grid/helm/values.dev.yaml @@ -12,12 +12,16 @@ registry: node: rootEmail: info@openmined.org - defaultWorkerPoolCount: 1 associationRequestAutoApproval: true resourcesPreset: null resources: null + defaultWorkerPool: + count: 1 + podLabels: null + podAnnotations: null + secret: defaultRootPassword: changethis