Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Proxy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
open-source
Proxy
Commits
52913109
Commit
52913109
authored
2 years ago
by
Dominik Hebeler
Browse files
Options
Downloads
Patches
Plain Diff
fixed context
parent
09d97118
No related branches found
No related tags found
1 merge request
!32
fixed context
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
.gitlab/ci/build_docker_images.yml
+1
-1
1 addition, 1 deletion
.gitlab/ci/build_docker_images.yml
.gitlab/ci/deploy.yml
+2
-2
2 additions, 2 deletions
.gitlab/ci/deploy.yml
with
4 additions
and
3 deletions
.gitlab-ci.yml
+
1
−
0
View file @
52913109
...
...
@@ -6,6 +6,7 @@ variables:
DOCKER_NGINX_IMAGE_NAME
:
nginx
DOCKER_NODE_IMAGE_NAME
:
node
KUBE_NAMESPACE
:
proxy-10
KUBE_CONTEXT
:
open-source/Proxy:proxy
workflow
:
rules
:
...
...
This diff is collapsed.
Click to expand it.
.gitlab/ci/build_docker_images.yml
+
1
−
1
View file @
52913109
...
...
@@ -46,7 +46,7 @@ nginx:
KEEP_N
:
9
# Trim to the latest 9 revisions as the 10th will be deleted in the next stage
before_script
:
-
kubectl config get-contexts
-
kubectl config use-context
open-source/Proxy:proxy
-
kubectl config use-context
$KUBE_CONTEXT
script
:
-
.gitlab/deployment_scripts/cleanup_tags_revision.sh
-
.gitlab/deployment_scripts/cleanup_tags_non_revision.sh
...
...
This diff is collapsed.
Click to expand it.
.gitlab/ci/deploy.yml
+
2
−
2
View file @
52913109
...
...
@@ -11,7 +11,7 @@
COMMIT_NAME
:
$CI_COMMIT_REF_SLUG
before_script
:
-
kubectl config get-contexts
-
kubectl config use-context
open-source/Proxy:proxy
-
kubectl config use-context
$KUBE_CONTEXT
script
:
-
.gitlab/deployment_scripts/update_secret.sh
-
.gitlab/deployment_scripts/update_deployment.sh
...
...
@@ -75,7 +75,7 @@ stop_review:
NGINX_REPOSITORY_ID
:
424
before_script
:
-
kubectl config get-contexts
-
kubectl config use-context
open-source/MetaGer:metager
-
kubectl config use-context
$KUBE_CONTEXT
script
:
-
.gitlab/deployment_scripts/delete_deployment.sh
when
:
manual
...
...
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