mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 07:50:29 -05:00
move nexus to nfs
This commit is contained in:
parent
8a56d7792d
commit
49e050956a
1 changed files with 3 additions and 3 deletions
|
|
@ -138,8 +138,8 @@ nexus-repository-manager:
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
accessMode: ReadWriteOnce
|
accessMode: ReadWriteOnce
|
||||||
storageClass: "longhorn"
|
storageClass: "nfs-storage"
|
||||||
storageSize: 8Gi
|
storageSize: 20Gi
|
||||||
|
|
||||||
tolerations: []
|
tolerations: []
|
||||||
|
|
||||||
|
|
@ -164,4 +164,4 @@ nexus-repository-manager:
|
||||||
# The name of the service account to use.
|
# The name of the service account to use.
|
||||||
# If not set and create is true, a name is generated using the fullname template
|
# If not set and create is true, a name is generated using the fullname template
|
||||||
name: ""
|
name: ""
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue