Skip to content

Commit

Permalink
feat(helm): add interactive-sessions-env value to reana-server (#802)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alputer committed Jun 18, 2024
1 parent 96df221 commit 9490ac1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm/reana/templates/reana-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ spec:
value: !!str {{ .Values.kubernetes_jobs_max_user_timeout_limit | default 1209600 }} # 1209600 seconds = 14 days
- name: REANA_INTERACTIVE_SESSION_MAX_INACTIVITY_PERIOD
value: {{ .Values.interactive_sessions.maximum_inactivity_period | default "forever" | quote }}
- name: REANA_INTERACTIVE_SESSIONS_ENVIRONMENTS
value: {{ .Values.interactive_sessions.environments | toJson | quote }}
- name: REANA_KUBERNETES_JOBS_TIMEOUT_LIMIT
value: !!str {{ .Values.kubernetes_jobs_timeout_limit | default 604800 }} # 604800 seconds = 7 days
- name: REANA_KUBERNETES_JOBS_MEMORY_LIMIT
Expand Down

0 comments on commit 9490ac1

Please sign in to comment.