create specific k8s config
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-03-31 17:54:14 +02:00
parent bc81a65fea
commit 433dc2b74b
4 changed files with 26 additions and 8 deletions

View File

@@ -20,11 +20,8 @@ spec:
containers:
- image:
name: registry.kmlabz.com/tormakris/input-service
env:
- name: SENTRY_DSN
valueFrom:
secretKeyRef:
name: sentry-dsn
key: input-service
envFrom:
- configMapRef:
name: input-service
ports:
- containerPort: 8080