24 lines
570 B
YAML
24 lines
570 B
YAML
apiVersion: cloud.google.com/v1
|
|
kind: ComputeClass
|
|
metadata:
|
|
name: c3d-highcpu-30-compute-class
|
|
spec:
|
|
activeMigration:
|
|
optimizeRulePriority: true
|
|
nodePoolAutoCreation:
|
|
enabled: true
|
|
nodePoolConfig:
|
|
labels:
|
|
dedicated: mlp-c3d-highcpu-30-v1
|
|
serviceAccount: sa-dsci-shared-nodepool-prd@meesho-dsci-as1-prd-0622.iam.gserviceaccount.com
|
|
priorities:
|
|
- location:
|
|
zones:
|
|
- asia-south1-a
|
|
machineType: c3d-highcpu-30
|
|
maxPodsPerNode: 18
|
|
spot: false
|
|
storage:
|
|
bootDiskType: pd-ssd
|
|
whenUnsatisfiable: DoNotScaleUp
|