29 lines
725 B
YAML
29 lines
725 B
YAML
apiVersion: cloud.google.com/v1
|
|
kind: ComputeClass
|
|
metadata:
|
|
name: vmstorage-n4d
|
|
spec:
|
|
nodePoolConfig:
|
|
serviceAccount: sa-common-np-dsci-prd@meesho-datascience-prd-0622.iam.gserviceaccount.com
|
|
nodeLabels:
|
|
dedicated: vmstorage-n4d
|
|
priorityDefaults:
|
|
location:
|
|
zones: ['asia-southeast1-a']
|
|
nodePoolAutoCreation:
|
|
enabled: true
|
|
priorities:
|
|
- machineType: n4d-highmem-48
|
|
maxPodsPerNode: 16
|
|
spot: false
|
|
storage:
|
|
bootDiskSize: 100
|
|
bootDiskType: hyperdisk-balanced
|
|
- machineType: n4d-highmem-64
|
|
maxPodsPerNode: 16
|
|
spot: false
|
|
storage:
|
|
bootDiskSize: 100
|
|
bootDiskType: hyperdisk-balanced
|
|
whenUnsatisfiable: DoNotScaleUp
|