mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 16:51:31 -05:00
test
This commit is contained in:
parent
40a52a5d80
commit
c545464462
2 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ spec:
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
name: nexus-pvc
|
name: nexus-pvc
|
||||||
namespace: nexus
|
namespace: nexus-repository-manager
|
||||||
nfs:
|
nfs:
|
||||||
path: /mnt/user/k3s/nexus
|
path: /mnt/user/k3s/nexus
|
||||||
server: 192.168.20.253
|
server: 192.168.20.253
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ metadata:
|
||||||
app.kubernetes.io/name: nexus
|
app.kubernetes.io/name: nexus
|
||||||
helm.sh/chart: nexus-2.14.4
|
helm.sh/chart: nexus-2.14.4
|
||||||
name: nexus-pvc
|
name: nexus-pvc
|
||||||
namespace: nexus
|
namespace: nexus-repository-manager
|
||||||
spec:
|
spec:
|
||||||
accessModes:
|
accessModes:
|
||||||
- ReadWriteMany
|
- ReadWriteMany
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue