feat: Add catalyst

This commit is contained in:
2026-04-08 14:55:00 +02:00
parent af17fa4f23
commit 61691f1edb
8 changed files with 143 additions and 1 deletions
+16
View File
@@ -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