added k8s manifests, removed webhook server
Build and Deploy / build-and-deploy (push) Successful in 37s

This commit is contained in:
2026-05-23 13:07:49 +03:00
parent 6d7124d274
commit 0bedc8d508
14 changed files with 171 additions and 186 deletions
+14
View File
@@ -0,0 +1,14 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: family-hub-config
namespace: family-hub
data:
DB_HOST: postgres
DB_PORT: "6432"
DB_NAME: familyHubDB
DB_USER: familyUser
API_PORT: "8000"
RUN_MODE: standalone
OPEN_API_ENABLED: "true"
DEBUG_MODE: "false"