Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion devplanetv2/dev-environments/qa-vectis/values/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ frontend-framework:
enabled: false
env:
NODE_ENV: production
HOSTNAME: "0.0.0.0"
PORT: "3000"
NEXT_PUBLIC_GEN3_COMMONS_NAME: qa-vectis
NEXT_PUBLIC_DATACOMMONS: commons_frontend_app
Expand Down Expand Up @@ -157,7 +158,7 @@ hatchery:
"--ServerApp.quit_button=False"
],
"path-rewrite": "/lw-workspace/proxy/",
"use-tls": false,
"use-tls": "false",
"ready-probe": "/lw-workspace/proxy/",
"user-uid": 1000,
"fs-gid": 100,
Expand Down
Loading