...

Text file src/edge-infra.dev/config/pallets/sds/display/base/displayctl/linkerd.yaml

Documentation: edge-infra.dev/config/pallets/sds/display/base/displayctl

     1apiVersion: policy.linkerd.io/v1beta1
     2kind: Server
     3metadata:
     4  name: displayctl-metrics
     5spec:
     6  port: metrics
     7  podSelector:
     8    matchLabels:
     9      app.kubernetes.io/name: displayctl
    10  proxyProtocol: HTTP/1
    11---
    12apiVersion: policy.linkerd.io/v1beta1
    13kind: ServerAuthorization
    14metadata:
    15  name: displayctl-metrics
    16spec:
    17  client:
    18    meshTLS:
    19      serviceAccounts:
    20      - name: prometheus
    21        namespace: prometheus
    22  server:
    23    name: displayctl-metrics

View as plain text