Files
devops-infra-helm-charts-gcp/helm-overrides/gke-central-prd-ase1a/computeclass/contour-shared-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: contour-shared-cc
spec:
nodePoolConfig:
serviceAccount: sa-common-np-cntr-prd@meesho-central-prd-0622.iam.gserviceaccount.com
nodeLabels:
dedicated: contour-shared-cc
priorityDefaults:
location:
zones: ['asia-southeast1-a']
activeMigration:
optimizeRulePriority: true
nodePoolAutoCreation:
enabled: true
priorities:
- location:
zones:
- asia-southeast1-a
machineType: n2d-highcpu-8
maxPodsPerNode: 16
spot: false
storage:
bootDiskSize: 30
bootDiskType: pd-ssd
- location:
zones:
- asia-southeast1-c
machineType: n2d-highcpu-8
maxPodsPerNode: 16
spot: false
storage:
bootDiskSize: 30
bootDiskType: pd-ssd
- location:
zones:
- asia-southeast1-b
machineType: n2d-highcpu-8
maxPodsPerNode: 16
spot: false
storage:
bootDiskSize: 30
bootDiskType: pd-ssd
whenUnsatisfiable: DoNotScaleUp