Skip to content

Commit

Permalink
fix configmap
Browse files Browse the repository at this point in the history
  • Loading branch information
Vagahbond committed Mar 7, 2022
1 parent 14b2df2 commit 2ec99aa
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions kubernetes/configmap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@ kind: ConfigMap
metadata:
name: uni-verse-conf
data:
MONGO_HOSTNAME: uni-verse-database-service:3222
MONGO_USERNAME: uni
MONGO_PASSWORD: password
MONGO_HOSTNAME: uni-verse-database-service
MONGO_INITDB_ROOT_USERNAME: root
MONGO_INITDB_ROOT_PASSWORD: pass
MONGO_INITDB_DATABASE: universe
MONGO_USERNAME: root
MONGO_PASSWORD: pass
MONGO_PORT: "27017"
MONGO_DATABASE: universe
JWT_SECRET: "secret"
JWT_EXPIRATION_TIME: "9999999999999999999"
JWT_ACCESS_TOKEN_EXPIRATION_TIME: "99999999999999999"
JWT_EXPIRATION_TIME: 60s
JWT_ACCESS_TOKEN_EXPIRATION_TIME: 60s

0 comments on commit 2ec99aa

Please sign in to comment.