Skip to content

Commit

Permalink
Remove unused setting from common.libsonnet's (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmeijer authored Feb 6, 2024
1 parent e404c1a commit e5b0d4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
4 changes: 0 additions & 4 deletions docker-compose/config/common.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@
},
},
browserUrl: 'http://localhost:7984',
httpServers: [{
listenAddresses: [':80'],
authenticationPolicy: { allow: {} },
}],
maximumMessageSizeBytes: 2 * 1024 * 1024,
global: {
diagnosticsHttpServer: {
Expand Down
4 changes: 0 additions & 4 deletions kubernetes/config/common.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@
},
},
browserUrl: 'http://bb-browser.example.com:80',
httpServers: [{
listenAddresses: [':80'],
authenticationPolicy: { allow: {} },
}],
maximumMessageSizeBytes: 2 * 1024 * 1024,
global: {
diagnosticsHttpServer: {
Expand Down
9 changes: 3 additions & 6 deletions tools/expected-docker-and-k8s-configs.diff
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/kubernetes/config/common.libsonnet b/docker-compose/config/common.libsonnet
index 33830d4..804ee57 100644
index 10f6943..fab0328 100644
--- a/kubernetes/config/common.libsonnet
+++ b/docker-compose/config/common.libsonnet
@@ -5,11 +5,11 @@
Expand Down Expand Up @@ -30,16 +30,13 @@ index 33830d4..804ee57 100644
weight: 1,
},
],
@@ -36,7 +36,7 @@
@@ -36,12 +36,12 @@
},
},
},
- browserUrl: 'http://bb-browser.example.com:80',
+ browserUrl: 'http://localhost:7984',
httpServers: [{
listenAddresses: [':80'],
authenticationPolicy: { allow: {} },
@@ -45,7 +45,7 @@
maximumMessageSizeBytes: 2 * 1024 * 1024,
global: {
diagnosticsHttpServer: {
httpServers: [{
Expand Down

0 comments on commit e5b0d4d

Please sign in to comment.