Files
devops-infra-helm-charts-gcp/helm-overrides/gke-datascience-prd-ase1a/computeclass/megaduo-cc.yaml
T
2026-08-26 03:39:42 +05:30

35 lines
845 B
YAML

apiVersion: cloud.google.com/v1
kind: ComputeClass
metadata:
name: megaduo
spec:
nodePoolConfig:
serviceAccount: sa-common-np-dsci-prd@meesho-datascience-prd-0622.iam.gserviceaccount.com
nodeLabels:
dedicated: megaduo
priorityDefaults:
location:
zones: ['asia-southeast1-a']
nodePoolAutoCreation:
enabled: true
priorities:
- machineType: c3-highcpu-22
maxPodsPerNode: 16
spot: false
storage:
bootDiskSize: 100
bootDiskType: pd-ssd
- machineType: c3-highcpu-44
maxPodsPerNode: 16
spot: false
storage:
bootDiskSize: 100
bootDiskType: pd-ssd
- machineType: c4-highcpu-48
maxPodsPerNode: 16
spot: false
storage:
bootDiskSize: 100
bootDiskType: hyperdisk-balanced
whenUnsatisfiable: DoNotScaleUp