Skip to content

Commit

Permalink
Update deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
barrfalk committed Apr 28, 2024
1 parent f96ee7e commit 4b120b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/app/templates/frontend/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ spec:
value: "http://{{ .Release.Name }}-backend"
- name: LOG_LEVEL
value: "info"
- name: NODE_TLS_REJECT_UNAUTHORIZED
value: '0'
- name: session_path
value: '/mnt/sessions'
ports:
- name: http
containerPort: 3000
Expand Down

0 comments on commit 4b120b3

Please sign in to comment.