From 9943f3e80ba4facae7269d728c9a262166c09052 Mon Sep 17 00:00:00 2001 From: Jeffrey Sica Date: Fri, 7 Mar 2025 22:18:49 -0600 Subject: [PATCH] update other charts with proper pvs and mounting Signed-off-by: Jeffrey Sica --- .../oci-arm64/runners/16cpu-64gb/values.yaml | 31 +++++++++-------- .../oci-arm64/runners/2cpu-8gb/values.yaml | 33 ++++++++++--------- .../oci-arm64/runners/32cpu-128gb/values.yaml | 31 +++++++++-------- .../oci/runners/24cpu-384gb/values.yaml | 31 +++++++++-------- ci/cluster/oci/runners/4cpu-16gb/values.yaml | 31 +++++++++-------- ci/cluster/oci/runners/8cpu-32gb/values.yaml | 31 +++++++++-------- 6 files changed, 103 insertions(+), 85 deletions(-) diff --git a/ci/cluster/oci-arm64/runners/16cpu-64gb/values.yaml b/ci/cluster/oci-arm64/runners/16cpu-64gb/values.yaml index d85f049..7ffe1ea 100644 --- a/ci/cluster/oci-arm64/runners/16cpu-64gb/values.yaml +++ b/ci/cluster/oci-arm64/runners/16cpu-64gb/values.yaml @@ -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: @@ -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: @@ -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: diff --git a/ci/cluster/oci-arm64/runners/2cpu-8gb/values.yaml b/ci/cluster/oci-arm64/runners/2cpu-8gb/values.yaml index 1da1285..889699e 100644 --- a/ci/cluster/oci-arm64/runners/2cpu-8gb/values.yaml +++ b/ci/cluster/oci-arm64/runners/2cpu-8gb/values.yaml @@ -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: @@ -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: @@ -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: @@ -231,4 +234,4 @@ template: storageClassName: oci-bv resources: requests: - storage: 10Gi + storage: 10Gi \ No newline at end of file diff --git a/ci/cluster/oci-arm64/runners/32cpu-128gb/values.yaml b/ci/cluster/oci-arm64/runners/32cpu-128gb/values.yaml index b39d351..ffd96af 100644 --- a/ci/cluster/oci-arm64/runners/32cpu-128gb/values.yaml +++ b/ci/cluster/oci-arm64/runners/32cpu-128gb/values.yaml @@ -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: @@ -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: @@ -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: diff --git a/ci/cluster/oci/runners/24cpu-384gb/values.yaml b/ci/cluster/oci/runners/24cpu-384gb/values.yaml index 9b92fb9..512e543 100644 --- a/ci/cluster/oci/runners/24cpu-384gb/values.yaml +++ b/ci/cluster/oci/runners/24cpu-384gb/values.yaml @@ -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: @@ -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: @@ -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: diff --git a/ci/cluster/oci/runners/4cpu-16gb/values.yaml b/ci/cluster/oci/runners/4cpu-16gb/values.yaml index 44db782..0d1c540 100644 --- a/ci/cluster/oci/runners/4cpu-16gb/values.yaml +++ b/ci/cluster/oci/runners/4cpu-16gb/values.yaml @@ -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: @@ -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: @@ -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: diff --git a/ci/cluster/oci/runners/8cpu-32gb/values.yaml b/ci/cluster/oci/runners/8cpu-32gb/values.yaml index d986087..e7468d8 100644 --- a/ci/cluster/oci/runners/8cpu-32gb/values.yaml +++ b/ci/cluster/oci/runners/8cpu-32gb/values.yaml @@ -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: @@ -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: @@ -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: