From b4e6e7260de499a4a8208eecd6c0996c7e2a4673 Mon Sep 17 00:00:00 2001 From: marcsello Date: Wed, 29 Apr 2020 22:17:43 +0200 Subject: [PATCH] Fixed deployment stuff --- k8s/configmap.yaml | 2 +- k8s/deployment.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/k8s/configmap.yaml b/k8s/configmap.yaml index 9a74fe6..02a875a 100644 --- a/k8s/configmap.yaml +++ b/k8s/configmap.yaml @@ -12,4 +12,4 @@ data: MINIO_ENDPOINT: "minio-service:9000" MINIO_ACCESS_KEY: birbnetes-minio-access MINIO_SECRET_KEY: birbnetes-supersecret - MINIO_BUCKET_NAME: birb_noises \ No newline at end of file + MINIO_BUCKET_NAME: birb-noises \ No newline at end of file diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index 782d36f..7381a1e 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -18,7 +18,7 @@ spec: app: storage-service spec: containers: - - image: registry.kmlabz.com/tormakris/storage-service + - image: registry.kmlabz.com/birbnetes/storage-service name: storage-service envFrom: - configMapRef: @@ -26,4 +26,4 @@ spec: ports: - containerPort: 8000 imagePullSecrets: - - name: regcred \ No newline at end of file + - name: regcred