Skip to content

Commit

Permalink
fix(shinyproxy): default value for ProxyMaxLifeTime
Browse files Browse the repository at this point in the history
  • Loading branch information
avouacr committed Jul 15, 2024
1 parent 1f861ea commit 7207ae0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/shinyproxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.1.2
version: 2.1.3

dependencies:
- name: library-chart
Expand Down
1 change: 1 addition & 0 deletions charts/shinyproxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ proxyConfig:
heartbeatTimeout: 60000
containerWaitTime: 20000
defaultMaxInstances: 1
defaultProxyMaxLifeTime: 120
port: 8080
authentication:
type: none
Expand Down

0 comments on commit 7207ae0

Please sign in to comment.