fix namespace

This commit is contained in:
2026-05-25 14:20:20 +02:00
parent 10540695f8
commit 58d14454e3

View File

@@ -2,7 +2,7 @@ apiVersion: v1
kind: ConfigMap kind: ConfigMap
metadata: metadata:
name: fastapi-config name: fastapi-config
namespace: student-<vas-username> namespace: student-iva
data: data:
DATABASE_HOST: postgres-service DATABASE_HOST: postgres-service
DATABASE_PORT: "5432" DATABASE_PORT: "5432"