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

29 lines
724 B
YAML

apiVersion: cloud.google.com/v1
kind: ComputeClass
metadata:
name: contour-shared
spec:
nodePoolConfig:
serviceAccount: sa-common-np-dsci-prd@meesho-datascience-prd-0622.iam.gserviceaccount.com
nodeLabels:
dedicated: contour-shared
priorityDefaults:
location:
zones: ['asia-southeast1-a']
nodePoolAutoCreation:
enabled: true
priorities:
- machineType: n4d-highcpu-16
maxPodsPerNode: 16
spot: false
storage:
bootDiskSize: 30
bootDiskType: hyperdisk-balanced
- machineType: n4-highcpu-16
maxPodsPerNode: 16
spot: false
storage:
bootDiskSize: 30
bootDiskType: hyperdisk-balanced
whenUnsatisfiable: DoNotScaleUp