Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
Daily Thought App
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
COM3014-Coursework
Daily Thought App
Commits
07e2c219
Commit
07e2c219
authored
2 years ago
by
Felipe D'Abrantes
Browse files
Options
Downloads
Patches
Plain Diff
Add new env variables to deploy files
parent
4da2715f
No related branches found
No related tags found
1 merge request
!32
Google Cloud Deployment
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
gcloud/friend-service/friend-service-deployment.yaml
+2
-0
2 additions, 0 deletions
gcloud/friend-service/friend-service-deployment.yaml
gcloud/user-service/user-service-deployment.yaml
+4
-0
4 additions, 0 deletions
gcloud/user-service/user-service-deployment.yaml
with
6 additions
and
0 deletions
gcloud/friend-service/friend-service-deployment.yaml
+
2
−
0
View file @
07e2c219
...
...
@@ -24,6 +24,8 @@ spec:
value
:
"
27019"
-
name
:
MONGO_DBNAME
value
:
"
friends"
-
name
:
JWT_PRIVATE_KEY
value
:
"
yB/uX5KdyjHN9P34IE49HxAcrlQ4gfvpVJEzGbo5E/I="
---
apiVersion
:
v1
kind
:
Service
...
...
This diff is collapsed.
Click to expand it.
gcloud/user-service/user-service-deployment.yaml
+
4
−
0
View file @
07e2c219
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment