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
nfs:
server: 10.0.96.14
path: "/mnt/data/nfs/jenkins-home"
path: "/mnt/data/jenkins-home"
claimRef:
namespace: jenkins
name: jenkins-storage
@ -32,3 +32,4 @@ spec:
resources:
requests:
storage: 50Gi
volumeName: jenkins-pv

View File

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