added k8s manifests, removed webhook server
Build and Deploy / build-and-deploy (push) Successful in 37s
Build and Deploy / build-and-deploy (push) Successful in 37s
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user