Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove unused setting from common.libsonnet's #123

Merged
merged 2 commits into from
Feb 6, 2024
Merged
Show file tree
Hide file tree
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
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
Loading