update manifests
continuous-integration/drone/push Build is passing Details

This commit is contained in:
KMLabz-TMIT Kubernetes 2020-08-02 15:29:02 +00:00
parent 284dfce735
commit 32a5009a0a
2 changed files with 7 additions and 5 deletions

View File

@ -6,12 +6,14 @@ metadata:
app: model-service
namespace: birbnetes
data:
SENTRY_DSN: https://d424be7f1a4a4c6aa408e15f96b5d665@sentry.kmlabz.com/13
RELEASE_ID: luna-k8s
SENTRY_DSN: https://0df4f8cfb2054f50a61ab876a2d32e86@sentry.kmlabz.com/6
RELEASE_ID: tmit-k8s
RELEASEMODE: release
MINIO_ENDPOINT: "model-minio:9000"
MINIO_ACCESS_KEY: birbnetes-model-minio-access
MINIO_SECRET_KEY: birbnetes-supersecret
MINIO_MEANS_BUCKET_NAME: noise_means
MINIO_MODEL_BUCKET_NAME: noise_model
DATABASE_URI: "postgresql://birbnetes:supersecret@model-postgres/model-service"
DATABASE_URI: "postgresql://birbnetes:supersecret@model-postgres/model-service"
MINIO_SVM_BUCKET_NAME: svm-bucket
MINIO_CNN_BUCKET_NAME: cnn-bucket

View File

@ -18,7 +18,7 @@ spec:
app: model-service
spec:
containers:
- image: registry.kmlabz.com/tormakris/model-service
- image: registry.kmlabz.com/birbnetes/model-service
name: model-service
envFrom:
- configMapRef:
@ -26,4 +26,4 @@ spec:
ports:
- containerPort: 8000
imagePullSecrets:
- name: regcred
- name: regcred