Added k8s stuffs
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-03-31 19:47:12 +02:00
parent 9010db211e
commit 90d34e9835
4 changed files with 71 additions and 0 deletions

15
k8s/configmap.yaml Normal file
View File

@@ -0,0 +1,15 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: input-service
labels:
app: input-service
namespace: birbnetes
data:
SENTRY_DSN: storage-service
RELEASE_ID: luna-k8s
RELEASEMODE: release
MINIO_ENDPOINT: minio-service:9000
MINIO_ACCESS_KEY: birbnetes-minio-access
MINIO_SECRET_KEY: birbnetes-supersecret
MINIO_BUCKET_NAME: birb_noises