Skip to content

Commit

Permalink
update diff
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmeijer committed Feb 6, 2024
1 parent abb0b8d commit 0202690
Showing 1 changed file with 3 additions and 6 deletions.
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 0202690

Please sign in to comment.