docker-registry app setup

This commit is contained in:
2022-10-30 13:52:42 -04:00
parent 3d038800ef
commit 2720a8b221
13 changed files with 262 additions and 6 deletions

View File

@@ -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