Dedicated postgres for harbor

This commit is contained in:
2025-12-22 19:37:09 +02:00
parent ea6f111fc3
commit 2590e2f35f
2 changed files with 6 additions and 8 deletions

View File

@@ -126,10 +126,10 @@ database:
type: "external"
external:
host: "172.20.43.1"
host: "postgres"
port: "5432"
username: "kspace_harbor"
coreDatabase: "kspace_harbor"
coreDatabase: "harbor-operator"
existingSecret: "harbor-postgres-password"
sslmode: "disable"