Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
ss22-devops-project-app
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dobromir Palushev
ss22-devops-project-app
Commits
00489176
Commit
00489176
authored
2 years ago
by
Dobromir Palushev
Browse files
Options
Downloads
Plain Diff
Merge branch 'just-a-test' into 'staging'
pipeline multiple updates See merge request
!36
parents
6b140e9c
d86ce759
No related branches found
No related tags found
15 merge requests
!72
Production update
,
!70
Production update
,
!67
Workflow updates
,
!66
Css test change
,
!64
Pipeline fix
,
!62
Main update
,
!60
Getting staging's latest state
,
!58
Updating Main
,
!56
Main updates
,
!52
Staging->Main
,
!50
Production updates
,
!47
Deployment on main
,
!45
Deployment from main
,
!37
Updating main to reflect staging
,
!36
pipeline multiple updates
Pipeline
#19144
passed
2 years ago
Stage: build
Stage: release
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
k8s-manifests/configmap.yaml
+1
-1
1 addition, 1 deletion
k8s-manifests/configmap.yaml
k8s-manifests/deployment.yaml.tmpl
+2
-2
2 additions, 2 deletions
k8s-manifests/deployment.yaml.tmpl
with
3 additions
and
3 deletions
k8s-manifests/configmap.yaml
+
1
−
1
View file @
00489176
...
@@ -4,4 +4,4 @@ metadata:
...
@@ -4,4 +4,4 @@ metadata:
name
:
todo-app-config
name
:
todo-app-config
data
:
data
:
PORT
:
"
3000"
PORT
:
"
3000"
MONGODB_URL
:
"
mongodb-service
"
MONGODB_URL
:
mongodb-service
This diff is collapsed.
Click to expand it.
k8s-manifests/deployment.yaml.tmpl
+
2
−
2
View file @
00489176
...
@@ -27,6 +27,6 @@ spec:
...
@@ -27,6 +27,6 @@ spec:
# env for mongodb username and pass?
# env for mongodb username and pass?
envFrom:
envFrom:
- configMapRef:
- configMapRef:
name: todo-app-config
name: todo-app-config
- secretRef:
- secretRef:
name: todo-app-secrets
name: todo-app-secrets
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