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

73 lines
1.7 KiB
YAML

apiVersion: cloud.google.com/v1
kind: ComputeClass
metadata:
name: megaduolite
spec:
nodePoolConfig:
serviceAccount: sa-common-np-cntr-prd@meesho-central-prd-0622.iam.gserviceaccount.com
nodeLabels:
dedicated: megaduolite
priorityDefaults:
location:
zones: ['asia-southeast1-a']
activeMigration:
optimizeRulePriority: true
nodePoolAutoCreation:
enabled: true
priorities:
- location:
zones:
- asia-southeast1-a
machineType: n4-standard-16
maxPodsPerNode: 32
spot: false
storage:
bootDiskSize: 100
bootDiskType: hyperdisk-balanced
- location:
zones:
- asia-southeast1-a
machineType: n2-standard-16
maxPodsPerNode: 32
spot: false
storage:
bootDiskSize: 100
bootDiskType: pd-ssd
- location:
zones:
- asia-southeast1-c
machineType: n4-standard-16
maxPodsPerNode: 32
spot: false
storage:
bootDiskSize: 100
bootDiskType: hyperdisk-balanced
- location:
zones:
- asia-southeast1-c
machineType: n2-standard-16
maxPodsPerNode: 32
spot: false
storage:
bootDiskSize: 100
bootDiskType: pd-ssd
- location:
zones:
- asia-southeast1-b
machineType: n4-standard-16
maxPodsPerNode: 32
spot: false
storage:
bootDiskSize: 100
bootDiskType: hyperdisk-balanced
- location:
zones:
- asia-southeast1-b
machineType: n2-standard-16
maxPodsPerNode: 32
spot: false
storage:
bootDiskSize: 100
bootDiskType: pd-ssd
whenUnsatisfiable: DoNotScaleUp