added conf files for k8s

This commit is contained in:
2025-12-18 15:34:28 +03:00
commit 514b401aae
28 changed files with 1406 additions and 0 deletions

13
cluster1/secrets-db.yaml Normal file
View File

@@ -0,0 +1,13 @@
apiVersion: v1
kind: Secret
metadata:
name: cluster1-postgres-secret
namespace: cluster1
type: Opaque
stringData:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres123
DB1_NAME: database1
DB2_NAME: database2