-
Team,
Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Using stable-2.14.10, I tested this by modifying We can now use kustomize to patch the configmap, to kustomize registries/resources for each cluster. (replacing the full proxy:
...
enableExternalProfiles: false
image:
name: myregistry.etc/linkerd/proxy
pullPolicy: ""
version: ""
...
opaquePorts: 25,587,3306,4444,5432,6379,9300,11211
...
resources:
cpu:
limit: ""
request: 27m
memory:
limit: 199Mi
request: 23Mi |
Beta Was this translation helpful? Give feedback.
Using stable-2.14.10, I tested this by modifying
linkerd-config
configmap, and restarting theproxy-injector
deployment. The sections here from theproxy
section seem to take effect.We can now use kustomize to patch the configmap, to kustomize registries/resources for each cluster. (replacing the full
values
)