Skip to content

Commit

Permalink
chore: set back NODE_ENV for web-wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Burtey committed Aug 18, 2023
1 parent 327fd91 commit 9e2c411
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/web-wallet/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ spec:
ports:
- containerPort: 3000
env:
- name: NODE_ENV
value: production
- name: JAEGER_HOST
value: {{ $.Values.webWallet.jaegerHost }}
- name: TRACING_SERVICE_NAME
Expand Down

0 comments on commit 9e2c411

Please sign in to comment.