...

Text file src/github.com/linkerd/linkerd2/test/integration/multicluster/multicluster-traffic/testdata/slow-cooker.yml

Documentation: github.com/linkerd/linkerd2/test/integration/multicluster/multicluster-traffic/testdata

     1apiVersion: v1
     2kind: Namespace
     3metadata:
     4  labels:
     5    test.linkerd.io/is-test-data-plane: "true"
     6  name: linkerd-multicluster-statefulset
     7---
     8apiVersion: apps/v1
     9kind: Deployment
    10metadata:
    11  name: slow-cooker
    12  namespace: linkerd-multicluster-statefulset
    13spec:
    14  replicas: 1
    15  selector:
    16    matchLabels:
    17      app: slow-cooker
    18  template:
    19    metadata:
    20      annotations:
    21        linkerd.io/inject: enabled
    22      labels:
    23        app: slow-cooker
    24    spec:
    25      containers:
    26      - name: slow-cooker
    27        image: buoyantio/slow_cooker:1.3.0
    28        args:
    29        - -qps=1
    30        - -metric-addr=0.0.0.0:9999
    31        - http://nginx-statefulset-0.nginx-statefulset-svc-target.linkerd-multicluster-statefulset.svc.cluster.local:80
    32        ports:
    33        - containerPort: 9999

View as plain text