mysql helm chart issue fixed
This commit is contained in:
parent
8981f2de52
commit
bf2d29b47e
@ -102,10 +102,11 @@ env:
|
|||||||
value: "DEBUG"
|
value: "DEBUG"
|
||||||
|
|
||||||
# External Database configuration for local development
|
# External Database configuration for local development
|
||||||
# MySQL is deployed as a separate shared-mysql component
|
# Host must be set at deploy time - Backstage prefixes release names
|
||||||
# Service name uses release name: shared-mysql
|
# Example: if MySQL release is "shared-mysql" in namespace "ns-123",
|
||||||
|
# the service will be "ns-123-shared-mysql"
|
||||||
externalDatabase:
|
externalDatabase:
|
||||||
host: "shared-mysql"
|
host: "" # Set at deploy time via Backstage UI
|
||||||
port: "3306"
|
port: "3306"
|
||||||
database: "os_scheduling_db"
|
database: "os_scheduling_db"
|
||||||
username: "scheduler_user"
|
username: "scheduler_user"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user