Restructure pvc

This commit is contained in:
Jim Nicholson 2022-02-21 00:56:22 -08:00
parent 00dca9e8d8
commit c6e25a18ee
2 changed files with 6 additions and 5 deletions

View File

@ -16,7 +16,7 @@ spec:
- nolock - nolock
nfs: nfs:
server: 10.0.96.14 server: 10.0.96.14
path: "/mnt/data/nfs/jenkins-home" path: "/mnt/data/jenkins-home"
claimRef: claimRef:
namespace: jenkins namespace: jenkins
name: jenkins-storage name: jenkins-storage
@ -32,3 +32,4 @@ spec:
resources: resources:
requests: requests:
storage: 50Gi storage: 50Gi
volumeName: jenkins-pv

View File

@ -3,7 +3,7 @@ kind: Kustomization
resources: resources:
- namespace.yaml - namespace.yaml
- credentials.yaml - credentials.yaml
#- jenkins-volume.yaml - jenkins-volume.yaml
#- jenkins.yaml - jenkins.yaml
#- jenkins-service.yaml - jenkins-service.yaml
#- jenkins-ingress.yaml - jenkins-ingress.yaml