forked from kubernetes/k8s.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathboskos-janitor.yaml
More file actions
34 lines (34 loc) · 905 Bytes
/
boskos-janitor.yaml
File metadata and controls
34 lines (34 loc) · 905 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
apiVersion: apps/v1
kind: Deployment
metadata:
name: boskos-janitor
labels:
app: boskos-janitor
spec:
replicas: 2 # 2 distributed janitor instances
selector:
matchLabels:
app: boskos-janitor
template:
metadata:
labels:
app: boskos-janitor
spec:
terminationGracePeriodSeconds: 300
serviceAccountName: boskos-janitor
containers:
- name: boskos-janitor
image: gcr.io/k8s-staging-boskos/janitor:v20251218-e3340a3
args:
- --boskos-url=http://boskos.test-pods.svc.cluster.local.
- --resource-type=gce-project,gpu-project,scalability-project,scalability-scale-project
- --pool-size=20
- --
- --hours=0
---
apiVersion: v1
kind: ServiceAccount
metadata:
annotations:
iam.gke.io/gcp-service-account: boskos-janitor@k8s-infra-prow-build.iam.gserviceaccount.com
name: boskos-janitor