-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathagent.pod.yaml
42 lines (42 loc) · 1013 Bytes
/
agent.pod.yaml
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
35
36
37
38
39
40
41
42
apiVersion: v1
kind: Pod
metadata:
labels:
ci: rdepot-build
spec:
volumes:
- name: dockerconfig
secret:
secretName: oa-sa-jenkins-registry-config
containers:
- name: kaniko
resources:
limits:
memory: "14Gi"
requests:
memory: "12Gi"
cpu: 2
- name: rdepot-build
image: registry.openanalytics.eu/openanalytics/rdepot-build:latest
resources:
limits:
memory: "14Gi"
ephemeral-storage: "30Gi"
cpu: 7
requests:
memory: "12Gi"
ephemeral-storage: "6Gi"
cpu: 2
tty: true
securityContext:
privileged: true
env:
- name: COMPOSE_HTTP_TIMEOUT
value: 600
- name: TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX
value: registry.openanalytics.eu/proxy/
imagePullPolicy: Always
volumeMounts:
- name: dockerconfig
mountPath: /root/.docker/config.json
subPath: data