25 lines
599 B
YAML
25 lines
599 B
YAML
apiVersion: cloud.google.com/v1
|
|
kind: ComputeClass
|
|
metadata:
|
|
name: vmstorage-tmp
|
|
spec:
|
|
nodePoolConfig:
|
|
serviceAccount: sa-common-np-supl-prd@meesho-supply-prd-0622.iam.gserviceaccount.com
|
|
nodeLabels:
|
|
dedicated: vmstorage-tmp
|
|
priorityDefaults:
|
|
location:
|
|
zones: ['asia-southeast1-a']
|
|
activeMigration:
|
|
optimizeRulePriority: false
|
|
nodePoolAutoCreation:
|
|
enabled: true
|
|
priorities:
|
|
- machineType: n2-highmem-80
|
|
maxPodsPerNode: 16
|
|
spot: false
|
|
storage:
|
|
bootDiskSize: 100
|
|
bootDiskType: pd-ssd
|
|
whenUnsatisfiable: DoNotScaleUp
|