Skip to content

Commit

Permalink
Add parameter to restore backup file
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Jun 10, 2024
1 parent 4c1dab8 commit d8f3f66
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions osm-seed/templates/web/web-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@ spec:
value: {{ .Values.web.env.API_TIMEOUT | default "30" | quote }}
- name: WEB_TIMEOUT
value: {{ .Values.web.env.WEB_TIMEOUT | default "30" | quote }}
# This parameter is specifically if you want to restore a any backup to db,
# you done need to set this values.yaml in case you don't use
- name: BACKUP_FILE_URL
value: {{ .Values.web.env.BACKUP_FILE_URL | default "none" | quote }}
volumeMounts:
- mountPath: /dev/shm
name: shared-memory
Expand Down

0 comments on commit d8f3f66

Please sign in to comment.