mirror of
https://github.com/thejimnicholson/jenkins.git
synced 2025-12-06 03:30:43 +00:00
Restructure pvc
This commit is contained in:
parent
00dca9e8d8
commit
c6e25a18ee
@ -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
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user