Skip to content

Commit

Permalink
Merge pull request #1594 from DSD-DBS/pod-restart-policy
Browse files Browse the repository at this point in the history
feat: Never restart session containers
  • Loading branch information
MoritzWeber0 authored Jun 3, 2024
2 parents 243c60a + b003fc5 commit 788165e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/capellacollab/sessions/operators/k8s.py
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ def _create_deployment(
)
],
volumes=k8s_volumes,
restart_policy="Always",
restart_policy="Never",
),
),
),
Expand Down

0 comments on commit 788165e

Please sign in to comment.