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