k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/config/prow/cluster/build/boskos-reaper_deployment.yaml (about) 1 apiVersion: apps/v1 2 kind: Deployment 3 metadata: 4 name: boskos-reaper 5 labels: 6 app: boskos-reaper 7 namespace: test-pods 8 spec: 9 selector: 10 matchLabels: 11 app: boskos-reaper 12 replicas: 1 # one canonical source of resources 13 template: 14 metadata: 15 labels: 16 app: boskos-reaper 17 spec: 18 terminationGracePeriodSeconds: 30 19 containers: 20 - name: boskos-reaper 21 image: gcr.io/k8s-staging-boskos/reaper:v20240416-59dbd6c 22 args: 23 - --boskos-url=http://boskos.test-pods.svc.cluster.local. 24 - --resource-type=gce-project,gpu-project,ingress-project,istio-project,scalability-presubmit-project,scalability-presubmit-5k-project,scalability-project,aws-account,node-e2e-project