Skip to content

Commit

Permalink
fix(vine): make desktop container be critical
Browse files Browse the repository at this point in the history
  • Loading branch information
HoKim98 committed May 25, 2024
1 parent 1e06ed1 commit 31b1cee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions templates/vine/templates/session/user-session.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -305,9 +305,15 @@ spec:
{% if not spec.persistence %}
restartPolicy: Never
{% endif %}
priorityClassName: system-node-critical
serviceAccount: account
shareProcessNamespace: true
terminationGracePeriodSeconds: 60
tolerations:
- operator: Exists
effect: NoExecute
- operator: Exists
effect: NoSchedule
volumes:
- name: cgroup
hostPath:
Expand Down

0 comments on commit 31b1cee

Please sign in to comment.