29 lines
730 B
YAML
29 lines
730 B
YAML
apiVersion: cloud.google.com/v1
|
|
kind: ComputeClass
|
|
metadata:
|
|
name: contour-shared-arm
|
|
spec:
|
|
nodePoolConfig:
|
|
serviceAccount: sa-dsci-shared-nodepool-prd@meesho-dsci-as1-prd-0622.iam.gserviceaccount.com
|
|
priorityDefaults:
|
|
location:
|
|
zones: ['asia-south1-a']
|
|
activeMigration:
|
|
optimizeRulePriority: true
|
|
nodePoolAutoCreation:
|
|
enabled: true
|
|
priorities:
|
|
- machineType: n4d-highcpu-16
|
|
maxPodsPerNode: 16
|
|
spot: false
|
|
storage:
|
|
bootDiskSize: 30
|
|
bootDiskType: hyperdisk-balanced
|
|
- machineType: c4d-highcpu-16
|
|
maxPodsPerNode: 16
|
|
spot: false
|
|
storage:
|
|
bootDiskSize: 30
|
|
bootDiskType: hyperdisk-balanced
|
|
whenUnsatisfiable: DoNotScaleUp
|