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
Rogge, Torben
lab-k8s
Commits
5bc7134c
Commit
5bc7134c
authored
Nov 11, 2020
by
Nane Kratzke
Browse files
Aktualisieren .gitlab-ci.yml
parent
ebe870b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
5bc7134c
...
...
@@ -60,8 +60,8 @@ deploy-prime:
script
:
-
echo "Deploying to Kubernetes"
-
wget -q https://github.com/mikefarah/yq/releases/download/3.4.0/yq_linux_amd64 -O ./yq && chmod +x yq
-
./yq w -i deploy/
servic
e/prime-ingress.yaml spec.rules[0].host $URL
-
./yq w -i deploy/
servic
e/prime-ingress.yaml spec.tls[0].hosts[0] $URL
-
./yq w -i deploy/
prim
e/prime-ingress.yaml spec.rules[0].host $URL
-
./yq w -i deploy/
prim
e/prime-ingress.yaml spec.tls[0].hosts[0] $URL
-
kubectl delete -f deploy/prime -n $NAMESPACE ||
true
-
kubectl apply -f deploy/prime -n $NAMESPACE
...
...
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