Fixing cubox and base services
- nextcloud - mariadb
This commit is contained in:
@@ -50,7 +50,7 @@ apps:
|
|||||||
namespace: stashapp
|
namespace: stashapp
|
||||||
|
|
||||||
mariadb:
|
mariadb:
|
||||||
enabled: false
|
enabled: true
|
||||||
namespace: mariadb
|
namespace: mariadb
|
||||||
pvc: data-mariadb-0
|
pvc: data-mariadb-0
|
||||||
state: present
|
state: present
|
||||||
|
|||||||
@@ -43,5 +43,6 @@
|
|||||||
create_namespace: yes
|
create_namespace: yes
|
||||||
update_repo_cache: True
|
update_repo_cache: True
|
||||||
chart_ref: gitea-charts/gitea
|
chart_ref: gitea-charts/gitea
|
||||||
|
chart_version: 10.6
|
||||||
values: "{{release_values}}"
|
values: "{{release_values}}"
|
||||||
wait: true
|
wait: true
|
||||||
|
|||||||
@@ -13,5 +13,5 @@ spec:
|
|||||||
accessModes:
|
accessModes:
|
||||||
- ReadWriteOnce
|
- ReadWriteOnce
|
||||||
hostPath:
|
hostPath:
|
||||||
path: "/opt/data/T2/db/db/mariadb-10.9"
|
path: "/opt/data/T2/db/mariadb-10.9"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user