Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pump, Cedric
lab-tracing
Commits
301aa9e0
Commit
301aa9e0
authored
Mar 06, 2021
by
Nane Kratzke
Browse files
Fix pipeline
parent
a8ffcb65
Changes
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
301aa9e0
...
...
@@ -14,7 +14,7 @@ kibana:
stage
:
prepare
script
:
-
helm repo add elastic https://helm.elastic.co
-
helm install kibana elastic/kibana --set elasticsearchHosts=$ES_HOST
-
helm install kibana elastic/kibana --set elasticsearchHosts=$ES_HOST
||
true
hiphop-container
:
stage
:
build
...
...
@@ -82,16 +82,16 @@ hiphop:
-
TIER=3 mo deploy/hiphop-deploy+svc.yaml | kubectl apply -f -
-
TIER=4 mo deploy/hiphop-deploy+svc.yaml | kubectl apply -f -
shutdown
:
cleanup
:
stage
:
teardown
when
:
manual
script
:
-
NS=$(kubectl config view -o jsonpath="{..namespace}")
-
kubectl label ns $NS istio-injection=disabled --overwrite
-
TIER=1 mo deploy/hiphop-deploy+svc.yaml | kubectl delete -f -
-
TIER=2 mo deploy/hiphop-deploy+svc.yaml | kubectl delete -f -
-
TIER=3 mo deploy/hiphop-deploy+svc.yaml | kubectl delete -f -
-
TIER=4 mo deploy/hiphop-deploy+svc.yaml | kubectl delete -f -
-
kubectl delete -f deploy/space-deploy+svc.yaml
-
kubectl delete -f deploy/tracing.yaml
-
kubectl label ns $NS istio-injection=disabled --overwrite
-
helm uninstall kibana
Write
Preview
Markdown
is supported
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