Skip to content

Commit

Permalink
update other charts with proper pvs and mounting
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Sica <[email protected]>
  • Loading branch information
jeefy committed Mar 8, 2025
1 parent d49bb98 commit 9943f3e
Show file tree
Hide file tree
Showing 6 changed files with 103 additions and 85 deletions.
31 changes: 17 additions & 14 deletions ci/cluster/oci-arm64/runners/16cpu-64gb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,19 @@ template:
limits:
memory: 68Gi
cpu: 20
volumeMounts:
- name: work
mountPath: /home/runner/_work
subPath: _work
- name: work
mountPath: /home/runner/.cache
subPath: .cache
- name: work
mountPath: /home/runner/.gradle
subPath: .gradle
- name: work
mountPath: /home/runner/go
subPath: go
- name: dind
image: docker:dind
args:
Expand All @@ -194,16 +207,15 @@ template:
securityContext:
privileged: true
volumeMounts:
- name: cache
mountPath: /home/runner/.cache
- name: go
mountPath: /home/runner/go
- name: work
mountPath: /home/runner/_work
subPath: _work
- name: dind-sock
mountPath: /run/docker
- name: dind-externals
mountPath: /home/runner/externals
- name: overlay
mountPath: /var/lib/docker/
volumes:
- name: work
ephemeral:
Expand All @@ -214,16 +226,7 @@ template:
resources:
requests:
storage: 50Gi
- name: cache
ephemeral:
volumeClaimTemplate:
spec:
accessModes: [ "ReadWriteOnce" ]
storageClassName: oci-bv
resources:
requests:
storage: 10Gi
- name: go
- name: overlay
ephemeral:
volumeClaimTemplate:
spec:
Expand Down
33 changes: 18 additions & 15 deletions ci/cluster/oci-arm64/runners/2cpu-8gb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,19 @@ template:
limits:
memory: 12Gi
cpu: 4
volumeMounts:
- name: work
mountPath: /home/runner/_work
subPath: _work
- name: work
mountPath: /home/runner/.cache
subPath: .cache
- name: work
mountPath: /home/runner/.gradle
subPath: .gradle
- name: work
mountPath: /home/runner/go
subPath: go
- name: dind
image: docker:dind
args:
Expand All @@ -194,16 +207,15 @@ template:
securityContext:
privileged: true
volumeMounts:
- name: cache
mountPath: /home/runner/.cache
- name: go
mountPath: /home/runner/go
- name: work
mountPath: /home/runner/_work
subPath: _work
- name: dind-sock
mountPath: /run/docker
- name: dind-externals
mountPath: /home/runner/externals
- name: overlay
mountPath: /var/lib/docker/
volumes:
- name: work
ephemeral:
Expand All @@ -214,21 +226,12 @@ template:
resources:
requests:
storage: 50Gi
- name: cache
ephemeral:
volumeClaimTemplate:
spec:
accessModes: [ "ReadWriteOnce" ]
storageClassName: oci-bv
resources:
requests:
storage: 10Gi
- name: go
- name: overlay
ephemeral:
volumeClaimTemplate:
spec:
accessModes: [ "ReadWriteOnce" ]
storageClassName: oci-bv
resources:
requests:
storage: 10Gi
storage: 10Gi
31 changes: 17 additions & 14 deletions ci/cluster/oci-arm64/runners/32cpu-128gb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,19 @@ template:
limits:
memory: 132Gi
cpu: 34
volumeMounts:
- name: work
mountPath: /home/runner/_work
subPath: _work
- name: work
mountPath: /home/runner/.cache
subPath: .cache
- name: work
mountPath: /home/runner/.gradle
subPath: .gradle
- name: work
mountPath: /home/runner/go
subPath: go
- name: dind
image: docker:dind
args:
Expand All @@ -194,16 +207,15 @@ template:
securityContext:
privileged: true
volumeMounts:
- name: cache
mountPath: /home/runner/.cache
- name: go
mountPath: /home/runner/go
- name: work
mountPath: /home/runner/_work
subPath: _work
- name: dind-sock
mountPath: /run/docker
- name: dind-externals
mountPath: /home/runner/externals
- name: overlay
mountPath: /var/lib/docker/
volumes:
- name: work
ephemeral:
Expand All @@ -214,16 +226,7 @@ template:
resources:
requests:
storage: 50Gi
- name: cache
ephemeral:
volumeClaimTemplate:
spec:
accessModes: [ "ReadWriteOnce" ]
storageClassName: oci-bv
resources:
requests:
storage: 10Gi
- name: go
- name: overlay
ephemeral:
volumeClaimTemplate:
spec:
Expand Down
31 changes: 17 additions & 14 deletions ci/cluster/oci/runners/24cpu-384gb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,19 @@ template:
limits:
memory: 392Gi
cpu: 26
volumeMounts:
- name: work
mountPath: /home/runner/_work
subPath: _work
- name: work
mountPath: /home/runner/.cache
subPath: .cache
- name: work
mountPath: /home/runner/.gradle
subPath: .gradle
- name: work
mountPath: /home/runner/go
subPath: go
- name: dind
image: docker:dind
args:
Expand All @@ -194,16 +207,15 @@ template:
securityContext:
privileged: true
volumeMounts:
- name: cache
mountPath: /home/runner/.cache
- name: go
mountPath: /home/runner/go
- name: work
mountPath: /home/runner/_work
subPath: _work
- name: dind-sock
mountPath: /run/docker
- name: dind-externals
mountPath: /home/runner/externals
- name: overlay
mountPath: /var/lib/docker/
volumes:
- name: work
ephemeral:
Expand All @@ -214,16 +226,7 @@ template:
resources:
requests:
storage: 50Gi
- name: cache
ephemeral:
volumeClaimTemplate:
spec:
accessModes: [ "ReadWriteOnce" ]
storageClassName: oci-bv
resources:
requests:
storage: 10Gi
- name: go
- name: overlay
ephemeral:
volumeClaimTemplate:
spec:
Expand Down
31 changes: 17 additions & 14 deletions ci/cluster/oci/runners/4cpu-16gb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,19 @@ template:
limits:
memory: 20Gi
cpu: 6
volumeMounts:
- name: work
mountPath: /home/runner/_work
subPath: _work
- name: work
mountPath: /home/runner/.cache
subPath: .cache
- name: work
mountPath: /home/runner/.gradle
subPath: .gradle
- name: work
mountPath: /home/runner/go
subPath: go
- name: dind
image: docker:dind
args:
Expand All @@ -194,16 +207,15 @@ template:
securityContext:
privileged: true
volumeMounts:
- name: cache
mountPath: /home/runner/.cache
- name: go
mountPath: /home/runner/go
- name: work
mountPath: /home/runner/_work
subPath: _work
- name: dind-sock
mountPath: /run/docker
- name: dind-externals
mountPath: /home/runner/externals
- name: overlay
mountPath: /var/lib/docker/
volumes:
- name: work
ephemeral:
Expand All @@ -214,16 +226,7 @@ template:
resources:
requests:
storage: 50Gi
- name: cache
ephemeral:
volumeClaimTemplate:
spec:
accessModes: [ "ReadWriteOnce" ]
storageClassName: oci-bv
resources:
requests:
storage: 10Gi
- name: go
- name: overlay
ephemeral:
volumeClaimTemplate:
spec:
Expand Down
31 changes: 17 additions & 14 deletions ci/cluster/oci/runners/8cpu-32gb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,19 @@ template:
limits:
memory: 36Gi
cpu: 10
volumeMounts:
- name: work
mountPath: /home/runner/_work
subPath: _work
- name: work
mountPath: /home/runner/.cache
subPath: .cache
- name: work
mountPath: /home/runner/.gradle
subPath: .gradle
- name: work
mountPath: /home/runner/go
subPath: go
- name: dind
image: docker:dind
args:
Expand All @@ -194,16 +207,15 @@ template:
securityContext:
privileged: true
volumeMounts:
- name: cache
mountPath: /home/runner/.cache
- name: go
mountPath: /home/runner/go
- name: work
mountPath: /home/runner/_work
subPath: _work
- name: dind-sock
mountPath: /run/docker
- name: dind-externals
mountPath: /home/runner/externals
- name: overlay
mountPath: /var/lib/docker/
volumes:
- name: work
ephemeral:
Expand All @@ -214,16 +226,7 @@ template:
resources:
requests:
storage: 50Gi
- name: cache
ephemeral:
volumeClaimTemplate:
spec:
accessModes: [ "ReadWriteOnce" ]
storageClassName: oci-bv
resources:
requests:
storage: 10Gi
- name: go
- name: overlay
ephemeral:
volumeClaimTemplate:
spec:
Expand Down

0 comments on commit 9943f3e

Please sign in to comment.