fix kubernetes config
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-12-05 15:46:36 +01:00
parent 6404fccc8f
commit 5e8f235857
2 changed files with 7 additions and 8 deletions

View File

@ -9,11 +9,10 @@ metadata:
data:
SENTRY_DSN: https://58bd309272c642d884ff2332c336b977@sentry.kmlabz.com/21
RELEASE_ID: kmlabz-k8s
VIDEON_RELEASEMODE: release
VIDEON_POSTGRES_HOSTNAME: videon
VIDEON_POSTGRES_USERNAME: videon
VIDEON_POSTGRES_PASSWORD: videon-verszeklet
VIDEON_POSTGRES_DB: videon
RELEASEMODE: release
JWT_SECRET_KEY: hzukalkhsdgsbnakdjaksdghikyxbhhatzig
REGISTER_DISABLED: "False"
SQLALCHEMY_DATABASE_URI: postgresql://username:password@server/database?sslmode=require
---
apiVersion: apps/v1
kind: Deployment