-
Notifications
You must be signed in to change notification settings - Fork 0
/
values-cloud-connector.yaml
51 lines (43 loc) · 1.12 KB
/
values-cloud-connector.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
43
44
45
46
47
48
49
50
51
# Default values for a k8s template for remote runner to use in cloud connector.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
global:
persistence:
baseHostPath: "${RUNNER_VOLUME_BASE_HOST_PATH}"
release:
registrationToken: "${RUNNER_REGISTRATION_TOKEN}"
url: "${RELEASE_URL}"
runner:
activeProfiles: "k8s,json-logging"
persistence:
work:
size: "${RUNNER_WORK_VOLUME_REQUESTS_STORAGE}"
accessModes:
- "ReadWriteOnce"
volume:
size: "${RUNNER_WORK_VOLUME_CAPACITY_STORAGE}"
db:
size: "${RUNNER_DB_VOLUME_REQUESTS_STORAGE}"
accessModes:
- "ReadWriteOnce"
volume:
size: "${RUNNER_DB_VOLUME_CAPACITY_STORAGE}"
image:
registry:
repository:
name: "${AGENT_IMAGE_xlr-remote-runner}"
tag:
namespaceOverride: "${DAI_NAMESPACE}"
namespace:
create: true
annotations:
agents.digitalai.cloud/id: "${DAI_AGENT_ID}"
dnsPolicy: Default
hostNetwork: true
resources:
requests:
cpu: "${RUNNER_REQUESTS_CPU}"
memory: "${RUNNER_REQUESTS_MEMORY}"
limits:
cpu: "${RUNNER_LIMITS_CPU}"
memory: "${RUNNER_LIMITS_MEMORY}"