Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
k8s-sandbox
Commits
a6cffa33
Commit
a6cffa33
authored
May 28, 2022
by
Tigran Mkrtchyan
☕
Browse files
deploy: add kafka service
parent
f31d6786
Pipeline
#29063
failed with stages
in 6 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a6cffa33
...
...
@@ -38,6 +38,7 @@ deploy:
-
kubectl apply -f deployments/postgresql-service.yml
-
kubectl apply -f deployments/zookeeper.yml
-
kubectl apply -f deployments/kafka.yml
-
kubectl apply -f deployments/dcache-service.yml
-
while ! kubectl get pod -l app=dcache-door; do sleep 1; done
-
kubectl wait $CHECK_TIMEOUT --for=condition=Ready pod -l app=dcache-door
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment