apiVersion: policy.linkerd.io/v1beta1 kind: Server metadata: name: etcd-operator namespace: etcd-operator labels: platform.edge.ncr.com/component: etcd-operator spec: port: metrics podSelector: # being specific in what pods you are selecting when possible avoids # potential headaches caused by overlapping Server objects matchLabels: platform.edge.ncr.com/component: etcd-operator # Configures protocol discovery for inbound connections. # Must be one of `unknown`, `HTTP/1`,`HTTP/2`,`gRPC`,`opaque`,`TLS`. Defaults to `unknown` if not set. proxyProtocol: HTTP/1