Skip to content

Commit 6854ab8

Browse files
author
Philipp D
authored
Merge pull request #5 from w3f/ip-filter
Add IP filter to mongo-express
2 parents cf0afc9 + 9255811 commit 6854ab8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

helmfile.d/01-mongoexpress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ repositories:
88
releases:
99
- name: mongo-express
1010
chart: w3f/mongo-express
11-
version: v0.1.0
11+
version: v0.3.0
1212
values:
1313
- ./config/mongo-express.yaml.gotmpl

helmfile.d/config/mongo-express.yaml.gotmpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ domain: w3f.tech
1818

1919
mongodb:
2020
host: "mongodb://{{ env "MONGO_USERNAME" | default "username" }}:{{ env "MONGO_PASSWORD" | default "password123" }}@mongodb-0.mongodb-headless:27017,mongodb-1.mongodb-headless:27017/{{ env "MONGO_DB" | default "registrar" }}?replicaSet=rs0"
21+
22+
ingress:
23+
whitelist_source_ips: "127.0.0.1/32" # Bogus IP address as this is for integration tests only.

0 commit comments

Comments
 (0)