35 lines
879 B
YAML
35 lines
879 B
YAML
apiVersion: cloud.google.com/v1
|
|
kind: ComputeClass
|
|
metadata:
|
|
name: datascience-devops
|
|
spec:
|
|
nodePoolConfig:
|
|
serviceAccount: sa-dsci-shared-nodepool-prd@meesho-dsci-as1-prd-0622.iam.gserviceaccount.com
|
|
priorityDefaults:
|
|
location:
|
|
zones: ['asia-south1-a']
|
|
activeMigration:
|
|
optimizeRulePriority: false
|
|
nodePoolAutoCreation:
|
|
enabled: true
|
|
priorities:
|
|
- machineType: n4-standard-4
|
|
maxPodsPerNode: 32
|
|
spot: false
|
|
storage:
|
|
bootDiskSize: 60
|
|
bootDiskType: hyperdisk-balanced
|
|
- machineType: c4-standard-4
|
|
spot: false
|
|
maxPodsPerNode: 32
|
|
storage:
|
|
bootDiskSize: 60
|
|
bootDiskType: hyperdisk-balanced
|
|
- machineType: e2-standard-4
|
|
spot: false
|
|
maxPodsPerNode: 32
|
|
storage:
|
|
bootDiskSize: 60
|
|
bootDiskType: pd-balanced
|
|
whenUnsatisfiable: DoNotScaleUp
|