1apiVersion: policy.linkerd.io/v1beta1 2kind: Server 3metadata: 4 name: patchctl 5 namespace: patchctl 6 labels: 7 platform.edge.ncr.com/component: patchctl 8spec: 9 port: metrics 10 podSelector: 11 # being specific in what pods you are selecting when possible avoids 12 # potential headaches caused by overlapping Server objects 13 matchLabels: 14 platform.edge.ncr.com/component: patchctl 15 proxyProtocol: HTTP/1