Skip to content

Commit

Permalink
Shiny proxy chart v1.3.0. Added volume support
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredeen committed Aug 8, 2024
1 parent 8af0f0d commit 411489b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/shinyproxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: shinyproxy
description: A Helm chart to install Shinyproxy
type: application
version: 1.2.2
version: 1.3.0
appVersion: "0.1"
maintainers:
- name: Team Whale
Expand Down
2 changes: 1 addition & 1 deletion apps/shinyproxy/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ data:
- op: add
path: /spec/containers/0/volumeMounts/-
value:
- mountPath: /home/shiny/data
- mountPath: {{ $.Values.appconfig.path }}
name: data-volume
{{ end }}
title: Serve Shiny Proxy
1 change: 1 addition & 0 deletions apps/shinyproxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ appconfig:
proxyport: 8080
port: 3838
image:
path: /home
minimumSeatsAvailable: 2
seatsPerContainer: 3
allowContainerReuse: true
Expand Down

0 comments on commit 411489b

Please sign in to comment.