...

Text file src/edge-infra.dev/config/pallets/o11y/otel/dsds/linkerd.yaml

Documentation: edge-infra.dev/config/pallets/o11y/otel/dsds

     1apiVersion: policy.linkerd.io/v1beta1
     2kind: Server
     3metadata:
     4  name: otel-collector-server
     5spec:
     6  port: http
     7  podSelector:
     8    matchLabels:
     9      app: otel
    10  proxyProtocol: HTTP/1
    11---
    12apiVersion: policy.linkerd.io/v1beta1
    13kind: ServerAuthorization
    14metadata:
    15  name: otel-collector-server-auth
    16spec:
    17  client:
    18    unauthenticated: true
    19  server:
    20    name: otel-collector-server

View as plain text