Skip to content

Commit 4702c30

Browse files
committed
patch: use hyperdisk-sc with ghproxy
1 parent 5cb1bc6 commit 4702c30

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

kubernetes/gke-prow/prow/ghproxy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
resources:
2626
requests:
2727
storage: 100Gi
28-
storageClassName: gce-ssd-retain
28+
storageClassName: hyperdisk-balanced
2929
---
3030
apiVersion: apps/v1
3131
kind: Deployment
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
apiVersion: storage.k8s.io/v1
2+
kind: StorageClass
3+
metadata:
4+
name: hyperdisk-balanced
5+
provisioner: pd.csi.storage.gke.io
6+
volumeBindingMode: WaitForFirstConsumer
7+
allowVolumeExpansion: true
8+
parameters:
9+
type: hyperdisk-balanced
10+
provisioned-throughput-on-create: "250Mi"
11+
provisioned-iops-on-create: "7000"

kubernetes/gke-prow/prow/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ resources:
1111
- ghproxy.yaml
1212
- hook.yaml
1313
- horologium.yaml
14+
- hyperdisk-sc.yaml
1415
- gateway.yaml
1516
- needs-rebase.yaml
1617
- pipeline.yaml

0 commit comments

Comments
 (0)