Skip to content

Commit

Permalink
add env var for production.yaml file on blosckout chart
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaizet-ledger committed Oct 30, 2024
1 parent 80846f4 commit 16328ed
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions charts/blockscout/values/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ blockscout-stack:
secretName: blockscout-tls # Set here the name of the secret. Example : blockscout-backend.scrollsdk

frontend:
env:
NEXT_PUBLIC_API_PROTOCOL: https
NEXT_PUBLIC_API_WEBSOCKET_PROTOCOL: wss
NEXT_PUBLIC_API_HOST: "" # Backend host, example "blockscout-backend.scrollsdk"
NEXT_PUBLIC_APP_HOST: "" # Backend host, example "blockscout-backend.scrollsdk"
NEXT_PUBLIC_APP_PROTOCOL: https

ingress:
enabled: true
ingressClassName: "" # Set here your ingressClassName
Expand Down

0 comments on commit 16328ed

Please sign in to comment.