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
OpenDAS
dynamo
Commits
cfb7aed7
Unverified
Commit
cfb7aed7
authored
Sep 10, 2025
by
hhzhang16
Committed by
GitHub
Sep 10, 2025
Browse files
feat: increase time of pvc access pod (#2991)
Signed-off-by:
Hannah Zhang
<
hannahz@nvidia.com
>
parent
e176a29c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
deploy/utils/manifests/pvc-access-pod.yaml
deploy/utils/manifests/pvc-access-pod.yaml
+2
-2
No files found.
deploy/utils/manifests/pvc-access-pod.yaml
View file @
cfb7aed7
...
@@ -8,7 +8,7 @@ metadata:
...
@@ -8,7 +8,7 @@ metadata:
labels
:
labels
:
app
:
pvc-access
app
:
pvc-access
spec
:
spec
:
activeDeadlineSeconds
:
300
# Auto-
dele
te after
5
minutes
activeDeadlineSeconds
:
300
0
# Auto-
termina
te after
~50
minutes
; Pod will be Failed (not auto-deleted)
securityContext
:
securityContext
:
runAsNonRoot
:
true
runAsNonRoot
:
true
runAsUser
:
1000
runAsUser
:
1000
...
@@ -17,7 +17,7 @@ spec:
...
@@ -17,7 +17,7 @@ spec:
-
name
:
ubuntu
-
name
:
ubuntu
image
:
ubuntu:22.04
image
:
ubuntu:22.04
command
:
[
"
/bin/bash"
]
command
:
[
"
/bin/bash"
]
args
:
[
"
-c"
,
"
sleep
290"
]
# Sleep for slightly less than deadline - tools can be installed via kubectl exec if needed
args
:
[
"
-c"
,
"
sleep
3000"
]
securityContext
:
securityContext
:
allowPrivilegeEscalation
:
false
allowPrivilegeEscalation
:
false
readOnlyRootFilesystem
:
false
readOnlyRootFilesystem
:
false
...
...
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