Compare commits

..

No commits in common. "7801de9ffda482ad56ffd4739a34c32c6733ef0f" and "00dca9e8d86e2680091ba70adeef91e73fab53c7" have entirely different histories.

2 changed files with 8 additions and 9 deletions

View File

@ -7,7 +7,6 @@ metadata:
labels:
app: jenkins
spec:
storageClassName: "local-path"
capacity:
storage: 50Gi
accessModes:
@ -17,19 +16,19 @@ spec:
- nolock
nfs:
server: 10.0.96.14
path: "/mnt/data/jenkins-home"
path: "/mnt/data/nfs/jenkins-home"
claimRef:
namespace: jenkins
name: jenkins-storage
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: jenkins-storage
namespace: jenkins
annotations:
spec:
storageClassName: "local-path"
accessModes:
- ReadWriteOnce
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