Skip to content

Commit

Permalink
experiment shiny
Browse files Browse the repository at this point in the history
  • Loading branch information
ubergesundheit committed May 16, 2024
1 parent 22617ad commit cad352a
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions apps/crashes/shiny.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ spec:
cpu: "640m"
ports:
- containerPort: 3838
env:
- name: TMPDIR
value: /tmp/shiny
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand All @@ -92,19 +95,20 @@ spec:
- name: renviron-file
mountPath: /srv/shiny-server/.Renviron
subPath: .Renviron
- name: varlogshinyserver
- name: shiny-tmp
mountPath: /var/log/shiny-server
- name: varlibshinyserver
subPath: log
- name: shiny-tmp
mountPath: /var/lib/shiny-server
subPath: lib
- name: shiny-tmp
mountPath: /tmp/shiny
subPath: tmp
volumes:
- name: renviron-file
configMap:
name: renviron
- name: varlogshinyserver
emptyDir:
medium: Memory
sizeLimit: 100Mi
- name: varlibshinyserver
- name: shiny-tmp
emptyDir:
medium: Memory
sizeLimit: 100Mi
Expand Down

0 comments on commit cad352a

Please # to comment.