Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Bell Safe House API
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
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Connected Life
Bell Safe House API
Merge requests
!8
Resolve "기능 개선 - 메인 브랜치 CD 진행 중 프로덕션과 스테이징 환경명 다르게 배포하도록 개선"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "기능 개선 - 메인 브랜치 CD 진행 중 프로덕션과 스테이징 환경명 다르게 배포하도록 개선"
20-cd
into
main
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Bell
requested to merge
20-cd
into
main
2 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
MR 배경
기능 추가
기능 개선
버그 수정
안정성 개선
리팩토링
기타
스크린샷 및 세부 내용
k8s deployment 리소스 이름에 프로덕션은
bell-safe-house-api-production
으로, 스테이징은
bell-safe-house-api-staging
으로, 맨 마지막 작명에 환경명이 들어가도록 개선
연관 이슈
Closes
#20 (closed)
Edited
2 years ago
by
Bell
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
8dfbf578
1 commit,
2 years ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab/ci/jobs/templates/kubernetes.gitlab-ci.yaml
+
2
−
2
Options
@@ -21,8 +21,8 @@
.kubernetes_deploy_variables
:
&kubernetes_deploy_variables
KUBERNETES_DEPLOY_YAML_PATH
:
${CI_PROJECT_DIR}/.kubernetes
APPLICATION_NAME
:
${CI_PROJECT_PATH_SLUG}-${CI_
COMMIT_REF
_SLUG}
APPLICATION_DEPLOYMENT_NAME
:
${
CI_PROJECT_PATH_SLUG}-${CI_COMMIT_REF_SLUG
}
APPLICATION_NAME
:
${CI_PROJECT_PATH_SLUG}-${CI_
ENVIRONMENT
_SLUG}
APPLICATION_DEPLOYMENT_NAME
:
${
APPLICATION_NAME
}
APPLICATION_ENVIRONMENT
:
${CI_ENVIRONMENT_SLUG}
.setup_kubernetes_application_resource_yaml
:
Loading