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

46 lines
1.1 KiB
YAML

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