Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit aa95a23

Browse files
author
Hector Vido
committedMar 1, 2025·
Added swift example, moved PVC to bottom
1 parent 9721041 commit aa95a23

File tree

5 files changed

+1378
-60
lines changed

5 files changed

+1378
-60
lines changed
 

‎config/prow/cluster/starter/starter-azure.yaml

+14-14
Original file line numberDiff line numberDiff line change
@@ -898,20 +898,6 @@ subjects:
898898
- kind: ServiceAccount
899899
name: "statusreconciler"
900900
---
901-
kind: PersistentVolumeClaim
902-
apiVersion: v1
903-
metadata:
904-
namespace: prow
905-
labels:
906-
app: ghproxy
907-
name: ghproxy
908-
spec:
909-
accessModes:
910-
- ReadWriteOnce
911-
resources:
912-
requests:
913-
storage: 100Gi
914-
---
915901
apiVersion: apps/v1
916902
kind: Deployment
917903
metadata:
@@ -1355,3 +1341,17 @@ spec:
13551341
protocol: TCP
13561342
selector:
13571343
app: minio
1344+
---
1345+
kind: PersistentVolumeClaim
1346+
apiVersion: v1
1347+
metadata:
1348+
namespace: prow
1349+
labels:
1350+
app: ghproxy
1351+
name: ghproxy
1352+
spec:
1353+
accessModes:
1354+
- ReadWriteOnce
1355+
resources:
1356+
requests:
1357+
storage: 100Gi

‎config/prow/cluster/starter/starter-gcs.yaml

+14-14
Original file line numberDiff line numberDiff line change
@@ -891,20 +891,6 @@ subjects:
891891
- kind: ServiceAccount
892892
name: "statusreconciler"
893893
---
894-
kind: PersistentVolumeClaim
895-
apiVersion: v1
896-
metadata:
897-
namespace: prow
898-
labels:
899-
app: ghproxy
900-
name: ghproxy
901-
spec:
902-
accessModes:
903-
- ReadWriteOnce
904-
resources:
905-
requests:
906-
storage: 100Gi
907-
---
908894
apiVersion: apps/v1
909895
kind: Deployment
910896
metadata:
@@ -1240,3 +1226,17 @@ subjects:
12401226
- kind: ServiceAccount
12411227
name: crier
12421228
namespace: prow
1229+
---
1230+
kind: PersistentVolumeClaim
1231+
apiVersion: v1
1232+
metadata:
1233+
namespace: prow
1234+
labels:
1235+
app: ghproxy
1236+
name: ghproxy
1237+
spec:
1238+
accessModes:
1239+
- ReadWriteOnce
1240+
resources:
1241+
requests:
1242+
storage: 100Gi

‎config/prow/cluster/starter/starter-s3-kind.yaml

+16-18
Original file line numberDiff line numberDiff line change
@@ -933,20 +933,6 @@ subjects:
933933
- kind: ServiceAccount
934934
name: "statusreconciler"
935935
---
936-
kind: PersistentVolumeClaim
937-
apiVersion: v1
938-
metadata:
939-
namespace: prow
940-
labels:
941-
app: ghproxy
942-
name: ghproxy
943-
spec:
944-
accessModes:
945-
- ReadWriteOnce
946-
resources:
947-
requests:
948-
storage: 5Gi
949-
---
950936
apiVersion: apps/v1
951937
kind: Deployment
952938
metadata:
@@ -1421,12 +1407,24 @@ spec:
14211407
selector:
14221408
app: minio
14231409
ports:
1424-
-
1425-
name: minio-1
1410+
- name: minio-1
14261411
port: 9001
14271412
targetPort: 9001
14281413
nodePort: 30003
1429-
-
1430-
name: minio-2
1414+
- name: minio-2
14311415
port: 9000
14321416
targetPort: 9000
1417+
---
1418+
kind: PersistentVolumeClaim
1419+
apiVersion: v1
1420+
metadata:
1421+
namespace: prow
1422+
labels:
1423+
app: ghproxy
1424+
name: ghproxy
1425+
spec:
1426+
accessModes:
1427+
- ReadWriteOnce
1428+
resources:
1429+
requests:
1430+
storage: 5Gi

‎config/prow/cluster/starter/starter-s3.yaml

+14-14
Original file line numberDiff line numberDiff line change
@@ -899,20 +899,6 @@ subjects:
899899
- kind: ServiceAccount
900900
name: "statusreconciler"
901901
---
902-
kind: PersistentVolumeClaim
903-
apiVersion: v1
904-
metadata:
905-
namespace: prow
906-
labels:
907-
app: ghproxy
908-
name: ghproxy
909-
spec:
910-
accessModes:
911-
- ReadWriteOnce
912-
resources:
913-
requests:
914-
storage: 100Gi
915-
---
916902
apiVersion: apps/v1
917903
kind: Deployment
918904
metadata:
@@ -1372,3 +1358,17 @@ spec:
13721358
protocol: TCP
13731359
selector:
13741360
app: minio
1361+
---
1362+
kind: PersistentVolumeClaim
1363+
apiVersion: v1
1364+
metadata:
1365+
namespace: prow
1366+
labels:
1367+
app: ghproxy
1368+
name: ghproxy
1369+
spec:
1370+
accessModes:
1371+
- ReadWriteOnce
1372+
resources:
1373+
requests:
1374+
storage: 100Gi
There was a problem loading the remainder of the diff.

0 commit comments

Comments
 (0)
Please sign in to comment.