Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Schwieger, Jana
lab-observability
Commits
25a77e83
Commit
25a77e83
authored
Dec 21, 2020
by
Nane Kratzke
Browse files
.gitlab-ci.yml hinzufügen
parent
3a630f9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
25a77e83
stages
:
-
deploy
-
teardown
variables
:
KUBECTL
:
"
transit/kubectl-plus:v1.19.4"
CLUSTER
:
"
rig.th-luebeck.dev"
yelb
:
stage
:
deploy
image
:
$KUBECTL
script
:
-
NS=$(kubectl config view --minify --output 'jsonpath={..namespace}')
-
HOST=yelb.$NS.$CLUSTER
-
mo deploy/yelb.yaml | kubectl apply -f -
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment