Added docker and k8s stuff

This commit is contained in:
2020-07-27 18:18:26 +02:00
parent fcef542a7c
commit a45abf5870
5 changed files with 57 additions and 1 deletions

13
k8s/configmap.yaml Normal file
View File

@@ -0,0 +1,13 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: cnn-classification-service
labels:
app: cnn-classification-service
namespace: birbnetes
data:
SENTRY_DSN: https://6d243347cf9f4fc6a54759c3eb34e864@sentry.kmlabz.com/8
RELEASE_ID: luna-k8s
RELEASEMODE: release
PIKA_URL: amqp://user:1wZVQnP5vy@birb-rabbitmq:5672/
PIKA_EXCHANGE_NAME: "wave"