use statefulSets and readinessProbes instead of initContainers

This commit is contained in:
2025-12-17 20:43:59 +05:30
parent 2bc8629208
commit 357099ae9f
5 changed files with 30 additions and 32 deletions

View File

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