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
d7ad4520
Commit
d7ad4520
authored
May 27, 2022
by
Tigran Mkrtchyan
☕
Browse files
dcache: adjusting timeouts
parent
08473c76
Pipeline
#29046
failed with stages
in 4 minutes and 57 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d7ad4520
...
...
@@ -37,11 +37,9 @@ deploy:
-
kubectl config set-context --current --namespace=$NS
-
kubectl apply -f deployments/postgresql-service.yml
-
sleep
10
-
kubectl wait $CHECK_TIMEOUT --for=condition=ready pod -l app=postgresql
-
kubectl apply -f deployments/zookeeper.yml
-
sleep
10
-
sleep
20
-
kubectl wait $CHECK_TIMEOUT --for=condition=ready pod -l app=postgresql
-
kubectl wait $CHECK_TIMEOUT --for=condition=ready pod -l app=zk
-
kubectl apply -f deployments/dcache-service.yml
...
...
deployments/dcache-service.yml
View file @
d7ad4520
...
...
@@ -226,12 +226,12 @@ spec:
readinessProbe
:
tcpSocket
:
port
:
2049
initialDelaySeconds
:
1
0
initialDelaySeconds
:
3
0
timeoutSeconds
:
5
livenessProbe
:
tcpSocket
:
port
:
2049
initialDelaySeconds
:
1
0
initialDelaySeconds
:
3
0
timeoutSeconds
:
5
volumeMounts
:
-
name
:
dcache-config
...
...
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