mirror of
https://github.com/thejimnicholson/jenkins.git
synced 2025-12-06 03:30:43 +00:00
Compare commits
4 Commits
00dca9e8d8
...
7801de9ffd
| Author | SHA1 | Date | |
|---|---|---|---|
| 7801de9ffd | |||
| 69241a6a78 | |||
| 8627746ce6 | |||
| c6e25a18ee |
@ -7,6 +7,7 @@ metadata:
|
||||
labels:
|
||||
app: jenkins
|
||||
spec:
|
||||
storageClassName: "local-path"
|
||||
capacity:
|
||||
storage: 50Gi
|
||||
accessModes:
|
||||
@ -16,19 +17,19 @@ spec:
|
||||
- nolock
|
||||
nfs:
|
||||
server: 10.0.96.14
|
||||
path: "/mnt/data/nfs/jenkins-home"
|
||||
claimRef:
|
||||
namespace: jenkins
|
||||
name: jenkins-storage
|
||||
path: "/mnt/data/jenkins-home"
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: jenkins-storage
|
||||
namespace: jenkins
|
||||
annotations:
|
||||
spec:
|
||||
storageClassName: "local-path"
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
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