Skip to content

Commit

Permalink
Set env var LOCUST_WEB_HOST to 0.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredeen committed May 15, 2024
1 parent 244c1f6 commit dac4fbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/base/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: locust-secrets
type: Opaque
data:
LOCUST_WEB_HOST: MTI3LjAuMC4x
LOCUST_WEB_HOST: MC4wLjAuMA==
SERVE_USERNAME: Y2hhbmdlLW1l
SERVE_PASS: Y2hhbmdlLW1l
SERVE_LOCUST_TEST_USER_PASS: cGFzc3dvcmQxMjM=
Expand Down
2 changes: 1 addition & 1 deletion manifests/overlays/production/patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: locust-secrets
type: Opaque
data:
LOCUST_WEB_HOST: MTI3LjAuMC4x
LOCUST_WEB_HOST: MC4wLjAuMA==
SERVE_USERNAME: Y2hhbmdlLW1l
SERVE_PASS: Y2hhbmdlLW1l
SERVE_LOCUST_TEST_USER_PASS: cGFzc3dvcmQxMjM=
Expand Down

0 comments on commit dac4fbc

Please sign in to comment.