Skip to content

Commit

Permalink
proxy injector, multicluster: use health check port
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
AaronFriel committed Jan 4, 2022
1 parent 95f538a commit 3007989
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions controller/proxy-injector/fake/data/pod.patch.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion multicluster/charts/linkerd-multicluster-link/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ enableHeadlessServices: false
gateway:
probe:
# -- The port used for liveliness probing
port: 4191
port: 4192
# -- Log level for the Multicluster components
logLevel: info
# -- Number of times update from the remote cluster is allowed to be requeued
Expand Down
2 changes: 1 addition & 1 deletion multicluster/charts/linkerd-multicluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gateway:
# gateway is alive
path: /ready
# -- The port used for liveliness probing
port: 4191
port: 4192
# nodePort -- Set the probe nodePort (for LoadBalancer or NodePort) to a specific value
# nodePort:
# -- The interval (in seconds) between liveness probes
Expand Down

0 comments on commit 3007989

Please sign in to comment.