Skip to content

Commit

Permalink
feat(shinyproxy): hide navbar by default
Browse files Browse the repository at this point in the history
  • Loading branch information
avouacr committed Jul 15, 2024
1 parent 7207ae0 commit e57f62d
Show file tree
Hide file tree
Showing 3 changed files with 3 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.3
version: 2.2.0

dependencies:
- name: library-chart
Expand Down
1 change: 1 addition & 0 deletions charts/shinyproxy/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ data:
authentication: {{ .Values.proxyConfig.authentication.type }}
admin-groups: {{ .Values.proxyConfig.adminGroups }}
title: {{ .Values.proxyConfig.title }}
hide-navbar: {{ .Values.proxyConfig.hideNavbar }}
default-max-instances: {{ .Values.proxyConfig.defaultMaxInstances }}
default-proxy-max-lifetime: {{ .Values.proxyConfig.defaultProxyMaxLifeTime }}
{{ if eq .Values.proxyConfig.authentication.type "openid" }}
Expand Down
1 change: 1 addition & 0 deletions charts/shinyproxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ proxyDeploy:

proxyConfig:
landingPage: /
hideNavbar: true
heartbeatRate: 10000
heartbeatTimeout: 60000
containerWaitTime: 20000
Expand Down

0 comments on commit e57f62d

Please sign in to comment.