...

Text file src/github.com/linkerd/linkerd2/cli/cmd/testdata/inject_emojivoto_pod_with_requests.input.yml

Documentation: github.com/linkerd/linkerd2/cli/cmd/testdata

     1apiVersion: v1
     2kind: Pod
     3metadata:
     4  labels:
     5    app: vote-bot
     6  name: vote-bot
     7  namespace: emojivoto
     8spec:
     9  containers:
    10  - command:
    11    - emojivoto-vote-bot
    12    env:
    13    - name: WEB_HOST
    14      value: web-svc.emojivoto:80
    15    image: buoyantio/emojivoto-web:v10
    16    name: vote-bot
    17---

View as plain text