feat: dodaj Kubernetes manifeste za FastAPI + Postgres
This commit is contained in:
9
manifests/config/configmap.yaml
Normal file
9
manifests/config/configmap.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: fastapi-config
|
||||
namespace: student-bcbaceli
|
||||
data:
|
||||
DATABASE_HOST: postgres-service
|
||||
DATABASE_PORT: "5432"
|
||||
APP_ENV: production
|
||||
Reference in New Issue
Block a user