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