From 87d74f35630bd4389e4a330052731755c9f18636 Mon Sep 17 00:00:00 2001 From: marcsello Date: Tue, 14 Apr 2020 17:32:15 +0200 Subject: [PATCH] Updated configmap --- k8s/configmap.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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