split db and app into two deployments

This commit is contained in:
2025-12-10 03:39:03 +05:30
parent e5e65f2060
commit 3a984cc73e
4 changed files with 60 additions and 26 deletions

View File

@@ -6,7 +6,7 @@ metadata:
namespace: git-ops
data:
SEMAPHORE_DB_USER: "semaphore"
SEMAPHORE_DB_HOST: "localhost"
SEMAPHORE_DB_HOST: "semaphore-db-service"
SEMAPHORE_DB_PORT: "3306"
SEMAPHORE_DB_DIALECT: "mysql"
SEMAPHORE_DB: "semaphore"