jenkins: add dind cache pvc
This commit is contained in:
parent
5e0c5b200c
commit
578ccd97e5
13
services/jenkins/dind-pvc.yaml
Normal file
13
services/jenkins/dind-pvc.yaml
Normal 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
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user