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
Mick, Johanna
lab-k8s
Commits
0b2a23e0
Commit
0b2a23e0
authored
Nov 12, 2020
by
Nane Kratzke
Browse files
Aktualisieren .gitlab-ci.yml
parent
c6dc9e63
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0b2a23e0
...
@@ -66,7 +66,6 @@ deploy-prime:
...
@@ -66,7 +66,6 @@ deploy-prime:
script
:
script
:
-
echo prime-$GITLAB_USER_ID.loki.th-luebeck.dev
-
echo prime-$GITLAB_USER_ID.loki.th-luebeck.dev
-
wget -q https://github.com/mikefarah/yq/releases/download/3.4.0/yq_linux_amd64 -O ./yq && chmod +x yq
-
wget -q https://github.com/mikefarah/yq/releases/download/3.4.0/yq_linux_amd64 -O ./yq && chmod +x yq
-
./yq --help
-
./yq w -i deploy/prime/prime-ingress.yaml spec.rules[0].host prime-$GITLAB_USER_ID.loki.th-luebeck.dev
-
./yq w -i deploy/prime/prime-ingress.yaml spec.rules[0].host prime-$GITLAB_USER_ID.loki.th-luebeck.dev
-
./yq w -i deploy/prime/prime-ingress.yaml spec.tls[0].hosts[0] prime-$GITLAB_USER_ID.loki.th-luebeck.dev
-
./yq w -i deploy/prime/prime-ingress.yaml spec.tls[0].hosts[0] prime-$GITLAB_USER_ID.loki.th-luebeck.dev
-
kubectl delete -f deploy/prime ||
true
-
kubectl delete -f deploy/prime ||
true
...
@@ -85,7 +84,6 @@ deploy-cache:
...
@@ -85,7 +84,6 @@ deploy-cache:
entrypoint
:
[
"
"
]
entrypoint
:
[
"
"
]
script
:
script
:
-
kubectl delete -f deploy/persistent-redis ||
true
-
kubectl delete -f deploy/persistent-redis ||
true
-
kubectl delete -f deploy/redis ||
true
-
kubectl apply -f deploy/redis
-
kubectl apply -f deploy/redis
deploy-persistent-cache
:
deploy-persistent-cache
:
...
@@ -101,7 +99,6 @@ deploy-persistent-cache:
...
@@ -101,7 +99,6 @@ deploy-persistent-cache:
entrypoint
:
[
"
"
]
entrypoint
:
[
"
"
]
script
:
script
:
-
kubectl delete -f deploy/redis ||
true
-
kubectl delete -f deploy/redis ||
true
-
kubectl delete -f deploy/persistent-redis ||
true
-
kubectl apply -f deploy/persistent-redis
-
kubectl apply -f deploy/persistent-redis
terminate
:
terminate
:
...
...
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