jenkins: add dind cache pvc

This commit is contained in:
Brad Stein 2026-02-06 20:00:01 -03:00
parent 5e0c5b200c
commit 578ccd97e5
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,13 @@
# services/jenkins/dind-pvc.yaml
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: jenkins-dind-cache
namespace: jenkins
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 30Gi
storageClassName: astreae

View File

@ -8,6 +8,7 @@ resources:
- vault-serviceaccount.yaml
- pvc.yaml
- cache-pvc.yaml
- dind-pvc.yaml
- plugins-pvc.yaml
- configmap-jcasc.yaml
- configmap-plugins.yaml