feat: Add catalyst
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
agent:
|
||||
config:
|
||||
project:
|
||||
default_managed_state_store_type: postgresql-shared-external
|
||||
external_postgresql:
|
||||
enabled: true
|
||||
auth_type: connectionString
|
||||
namespace: postgres
|
||||
connection_string_host: postgres-postgresql.postgres.svc.cluster.local
|
||||
connection_string_port: 5432
|
||||
connection_string_username: postgres
|
||||
connection_string_password: postgres
|
||||
connection_string_database: catalyst
|
||||
gateway:
|
||||
tls:
|
||||
enabled: true
|
||||
Reference in New Issue
Block a user