Skip to content

Commit

Permalink
update old default worker pool count references
Browse files Browse the repository at this point in the history
  • Loading branch information
rasswanth-s committed Jun 3, 2024
1 parent c25f4dc commit a33d981
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 5 deletions.
6 changes: 5 additions & 1 deletion packages/grid/helm/examples/azure/azure.high.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,13 @@ node:
name: syft-azure
side: high
rootEmail: [email protected]
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
Expand Down
2 changes: 1 addition & 1 deletion packages/grid/helm/syft/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ node:
associationRequestAutoApproval: false
useInternalRegistry: true

# Deault Worker pool settings
# Default Worker pool settings
defaultWorkerPool:
count: 1
podLabels: null
Expand Down
6 changes: 5 additions & 1 deletion packages/grid/helm/values.dev.high.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,16 @@ registry:

node:
rootEmail: [email protected]
defaultWorkerPoolCount: 1
side: high

resourcesPreset: 2xlarge
resources: null

defaultWorkerPool:
count: 1
podLabels: null
podAnnotations: null

secret:
defaultRootPassword: changethis

Expand Down
6 changes: 5 additions & 1 deletion packages/grid/helm/values.dev.low.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,16 @@ registry:

node:
rootEmail: [email protected]
defaultWorkerPoolCount: 1
side: low

resourcesPreset: 2xlarge
resources: null

defaultWorkerPool:
count: 1
podLabels: null
podAnnotations: null

secret:
defaultRootPassword: changethis

Expand Down
6 changes: 5 additions & 1 deletion packages/grid/helm/values.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,16 @@ registry:

node:
rootEmail: [email protected]
defaultWorkerPoolCount: 1
associationRequestAutoApproval: true

resourcesPreset: null
resources: null

defaultWorkerPool:
count: 1
podLabels: null
podAnnotations: null

secret:
defaultRootPassword: changethis

Expand Down

0 comments on commit a33d981

Please sign in to comment.