...

Text file src/github.com/linkerd/linkerd2/cli/cmd/testdata/inject_emojivoto_pod_default_inbound_policy.golden.yml

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

     1apiVersion: v1
     2kind: Pod
     3metadata:
     4  annotations:
     5    config.linkerd.io/default-inbound-policy: all-authenticated
     6    linkerd.io/inject: enabled
     7  labels:
     8    app: vote-bot
     9  name: vote-bot
    10  namespace: emojivoto
    11spec:
    12  containers:
    13  - command:
    14    - emojivoto-vote-bot
    15    env:
    16    - name: WEB_HOST
    17      value: web-svc.emojivoto:80
    18    image: buoyantio/emojivoto-web:v10
    19    name: vote-bot
    20---

View as plain text