linkerd2/controller/api
Tarun Pothulapati 5c1a375a51
destination: pass opaque-ports through cmd flag (#5829)
* destination: pass opaque-ports through cmd flag

Fixes #5817

Currently, Default opaque ports are stored at two places i.e
`Values.yaml` and also at `opaqueports/defaults.go`. As these
ports are used only in destination, We can instead pass these
values as a cmd flag for destination component from Values.yaml
and remove defaultPorts in `defaults.go`.

This means that users if they override `Values.yaml`'s opauePorts
field, That change is propogated both for injection and also
discovery like expected.

Signed-off-by: Tarun Pothulapati <tarunpothulapati@outlook.com>
2021-03-01 16:00:20 +05:30
..
destination destination: pass opaque-ports through cmd flag (#5829) 2021-03-01 16:00:20 +05:30
public docker: Access container images via cr.l5d.io (#5756) 2021-02-17 14:31:54 -08:00
util Move tap from core into Viz extension (#5651) 2021-02-09 12:43:21 -05:00