Skip to content

Commit 3007989

Browse files
committed
proxy injector, multicluster: use health check port
Related to linkerd#7560, this modifies the proxy injector to use port 4192 and updates the multicluster manifest to match. See: linkerd/linkerd2-proxy#1428 Signed-off-by: Aaron Friel <mayreply@aaronfriel.com>
1 parent 95f538a commit 3007989

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

controller/proxy-injector/fake/data/pod.patch.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

multicluster/charts/linkerd-multicluster-link/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ enableHeadlessServices: false
88
gateway:
99
probe:
1010
# -- The port used for liveliness probing
11-
port: 4191
11+
port: 4192
1212
# -- Log level for the Multicluster components
1313
logLevel: info
1414
# -- Number of times update from the remote cluster is allowed to be requeued

multicluster/charts/linkerd-multicluster/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ gateway:
1616
# gateway is alive
1717
path: /ready
1818
# -- The port used for liveliness probing
19-
port: 4191
19+
port: 4192
2020
# nodePort -- Set the probe nodePort (for LoadBalancer or NodePort) to a specific value
2121
# nodePort:
2222
# -- The interval (in seconds) between liveness probes

0 commit comments

Comments
 (0)