docker-registry app setup
This commit is contained in:
@@ -14,9 +14,9 @@ fstab:
|
||||
- name: gitea
|
||||
path: "/opt/data/gitea"
|
||||
state: mounted
|
||||
# - name: vmshares
|
||||
# path: "/opt/shared"
|
||||
# state: mounted
|
||||
- name: vmshares
|
||||
path: "/opt/data/shared"
|
||||
state: mounted
|
||||
- name: mariadb
|
||||
path: "/opt/data/db"
|
||||
state: mounted
|
||||
@@ -36,11 +36,12 @@ helm:
|
||||
|
||||
apps:
|
||||
stash:
|
||||
enabled: false
|
||||
state: present
|
||||
namespace: stashapp
|
||||
|
||||
mariadb:
|
||||
enabled: true
|
||||
enabled: false
|
||||
namespace: mariadb
|
||||
pvc: data-mariadb-0
|
||||
state: present
|
||||
@@ -54,3 +55,8 @@ apps:
|
||||
namespace: gitea
|
||||
state: present
|
||||
|
||||
dkregistry:
|
||||
enabled: true
|
||||
namespace: default
|
||||
pvc: data-dkregistry-0
|
||||
state: present
|
||||
|
||||
Reference in New Issue
Block a user