k8s.io/perf-tests/clusterloader2@v0.0.0-20240304094227-64bdb12da87e/pkg/execservice/manifest/exec_deployment.yaml (about)

     1  apiVersion: apps/v1
     2  kind: Deployment
     3  metadata:
     4    name: {{.Name}}
     5    namespace: {{.Namespace}}
     6  spec:
     7    replicas: {{.Replicas}}
     8    selector:
     9      matchLabels:
    10         feature: exec
    11    template:
    12      metadata:
    13         labels:
    14           feature: exec
    15      spec:
    16        containers:
    17        - name: agnhost
    18          image: registry.k8s.io/e2e-test-images/agnhost:2.32