Files
devops-infra-helm-charts-gcp/helm-overrides/k8s-admin-prd-ase1/elastic-cluster/eck-observability/sc-high-iops.yaml
T
2026-08-26 03:39:42 +05:30

16 lines
621 B
YAML

# Hyperdisk Balanced with 35k IOPS — High performance SSD on GKE (pd.csi.storage.gke.io).
# Apply once per cluster before Elasticsearch PVCs. Requires GKE version that supports Hyperdisk.
# See: https://cloud.google.com/kubernetes-engine/docs/how-to/persistent-volumes/hyperdisk
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: gke-hyperdisk-balanced-35k
provisioner: pd.csi.storage.gke.io
parameters:
type: hyperdisk-balanced
provisioned-throughput-on-create: "2000Mi"
provisioned-iops-on-create: "35000"
volumeBindingMode: WaitForFirstConsumer
allowVolumeExpansion: true
reclaimPolicy: Retain