...

Text file src/github.com/linkerd/linkerd2/test/integration/deep/egress/testdata/proxy.yaml

Documentation: github.com/linkerd/linkerd2/test/integration/deep/egress/testdata

     1---
     2apiVersion: apps/v1
     3kind: Deployment
     4metadata:
     5  name: egress-test
     6spec:
     7  replicas: 1
     8  selector:
     9    matchLabels:
    10      app: egress-test
    11  template:
    12    metadata:
    13      labels:
    14        app: egress-test
    15    spec:
    16      containers:
    17      - name: http-egress
    18        image: cr.l5d.io/linkerd/debug:edge-20.9.2

View as plain text