diff --git a/k8s/configmap.yaml b/k8s/configmap.yaml index ddf8c7b..ebeb760 100644 --- a/k8s/configmap.yaml +++ b/k8s/configmap.yaml @@ -14,4 +14,4 @@ data: MINIO_SECRET_KEY: birbnetes-supersecret MINIO_MEANS_BUCKET_NAME: noise_means MINIO_MODEL_BUCKET_NAME: noise_model - DATABASE_URI: "postgresql://birbnetes:supersecret@model-postgres/modelservice" \ No newline at end of file + DATABASE_URI: "postgresql://birbnetes:supersecret@model-postgres/model-service" \ No newline at end of file