Fixing cubox and base services

This commit is contained in:
2025-03-23 17:41:42 -04:00
parent d94280256c
commit dc968384b5
15 changed files with 58 additions and 22 deletions

View File

@@ -13,5 +13,5 @@ spec:
accessModes:
- ReadWriteOnce
hostPath:
path: "/opt/data/shared/dkregistry/auth"
path: "/opt/data/T2/shared/dkregistry/auth"

View File

@@ -13,5 +13,5 @@ spec:
accessModes:
- ReadWriteOnce
hostPath:
path: "/opt/data/shared/dkregistry/data"
path: "/opt/data/T2/shared/dkregistry/data"

View File

@@ -13,5 +13,5 @@ spec:
accessModes:
- ReadWriteOnce
hostPath:
path: "/opt/data/gitea"
path: "/opt/data/T2/gitea/gitea"

View File

@@ -13,5 +13,5 @@ spec:
accessModes:
- ReadWriteOnce
hostPath:
path: "/opt/data/db/mariadb-10.9"
path: "/opt/data/T2/db/db/mariadb-10.9"

View File

@@ -13,5 +13,5 @@ spec:
accessModes:
- ReadWriteOnce
hostPath:
path: "/opt/data/db/postgres-15.1"
path: "/opt/data/T2/db/db/postgres-15.1"