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
685bd17c
Commit
685bd17c
authored
May 27, 2022
by
Tigran Mkrtchyan
☕
Browse files
deploy: wait longer before testing dcache
parent
48ddb7ad
Pipeline
#29055
failed with stages
in 5 minutes and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
deployments/dcache-service.yml
View file @
685bd17c
...
...
@@ -135,8 +135,8 @@ data:
00-init.sh
:
|-
/opt/dcache/bin/dcache database update
/opt/dcache/bin/chimera mkdir /testbase
/opt/dcache/bin/chimera chmod 0777 /testbase
/opt/dcache/bin/chimera mkdir /testbase
|| true
/opt/dcache/bin/chimera chmod 0777 /testbase
|| true
---
#
...
...
@@ -226,12 +226,12 @@ spec:
readinessProbe
:
tcpSocket
:
port
:
2049
initialDelaySeconds
:
3
0
initialDelaySeconds
:
9
0
timeoutSeconds
:
5
livenessProbe
:
tcpSocket
:
port
:
2049
initialDelaySeconds
:
3
0
initialDelaySeconds
:
9
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