diff --git a/k8s/configmap.yaml b/k8s/configmap.yaml index e1f6e79..ddf8c7b 100644 --- a/k8s/configmap.yaml +++ b/k8s/configmap.yaml @@ -10,7 +10,8 @@ data: RELEASE_ID: luna-k8s RELEASEMODE: release MINIO_ENDPOINT: "model-minio:9000" - MINIO_ACCESS_KEY: birbnetes-minio-access + MINIO_ACCESS_KEY: birbnetes-model-minio-access MINIO_SECRET_KEY: birbnetes-supersecret - MINIO_BUCKET_NAME: noise_models - DATABASE_URI: "postgresql://kecske:kekecske@photodatabase/photowave" \ No newline at end of file + 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