Skip to content
Snippets Groups Projects
Commit 07e2c219 authored by Felipe D'Abrantes's avatar Felipe D'Abrantes
Browse files

Add new env variables to deploy files

parent 4da2715f
No related branches found
No related tags found
1 merge request!32Google Cloud Deployment
......@@ -24,6 +24,8 @@ spec:
value: "27019"
- name: MONGO_DBNAME
value: "friends"
- name: JWT_PRIVATE_KEY
value: "yB/uX5KdyjHN9P34IE49HxAcrlQ4gfvpVJEzGbo5E/I="
---
apiVersion: v1
kind: Service
......
......@@ -22,6 +22,10 @@ spec:
value: "mongodb://user-mongo-service:27018/userdb"
- name: ENABLE_USER_DB_SEEDING
value: "true"
- name: SEEDED_ADMIN_PASSWORD
value: "doesntreallymatter"
- name: JWT_PRIVATE_KEY
value: "yB/uX5KdyjHN9P34IE49HxAcrlQ4gfvpVJEzGbo5E/I="
---
apiVersion: v1
kind: Service
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment