Skip to content

Commit

Permalink
Allow shinyproxy iframes (#126)
Browse files Browse the repository at this point in the history
Co-authored-by: Viktor Sandström <v.sandstrom@icloud.com>
  • Loading branch information
hamzaimran08 and sandstromviktor authored Jan 18, 2024
1 parent c12d787 commit 1edc7e1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/apps/shinyproxy/chart/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ data:
management:
server:
port: 9091
server:
secure-cookies: true
proxy:
authentication: none
container-backend: kubernetes
Expand All @@ -23,6 +25,7 @@ data:
logo-url: https://www.openanalytics.eu/shinyproxy/logo.png
port: {{ .Values.appconfig.proxyport }}
readinessProbe: {}
same-site-cookie: None
specs:
- container-cmd:
- /usr/bin/shiny-server
Expand All @@ -33,6 +36,8 @@ data:
container-memory-request: {{ .Values.flavor.requests.memory }}
port: {{ .Values.appconfig.port }}
id: {{ .Release.Name }}
display-name: {{ .Values.app_name }}
description: {{ .Values.app_description }}
labels:
sp.instance: {{ .Release.Name }}
allow-internet-egress: "true"
Expand Down

0 comments on commit 1edc7e1

Please sign in to comment.