Skip to content

Commit

Permalink
Shiny proxy v1.2.0. Set container reuse to true.
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredeen committed Jul 4, 2024
1 parent b3d3a77 commit 6d89502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/shinyproxy/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ data:
description: {{ .Values.app_description | quote }}
minimum-seats-available: 2
seats-per-container: 3
allow-container-re-use: false
allow-container-re-use: true
labels:
sp.instance: {{ .Release.Name }}
allow-internet-egress: "true"
Expand Down

0 comments on commit 6d89502

Please sign in to comment.