-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues.yaml
73 lines (58 loc) · 1.89 KB
/
values.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# -- (string) kloudlite release version, to pick container images
kloudliteRelease: ""
# -- (string) required only for labelling cloudprovider VMs
accountName: ""
# -- (string) required only for labelling cloudprovider VMs
clusterName: ""
# -- nodepool operator setup
# -- @ignored
nodepoolOperator:
image:
# -- (string) kloudlite agent image repository
repository: ghcr.io/kloudlite/kloudlite/operator/nodepool
# -- (string) image tag for kloudlite agent, by default uses `.Values.kloudliteRelease`
tag: ""
# -- (string) image pull policy for kloudlite agent, default is `Values.imagePullPolicy`
pullPolicy: ""
nodeSelector: {}
tolerations: []
nodeAffinity: {}
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 100m
memory: 100Mi
withLifecycleController: false
helmJobRunner:
image:
# -- (string) helm job runner image repository
repository: ghcr.io/kloudlite/kloudlite/operator/workers/helm-job-runner
# -- (string) image tag for helm job runner, by default uses `.Values.kloudliteRelease`
tag: ""
# -- (string) image pull policy for helm job runner, default is `Values.imagePullPolicy`
pullPolicy: ""
nodepoolJob:
image:
# -- (string) kloudlite iac job image repository
repository: ghcr.io/kloudlite/kloudlite/infrastructure-as-code/iac-job
# -- (string) image tag for kloudlite iac job, by default uses `.Values.kloudliteRelease`
tag: ""
# -- (string) image pull policy for kloudlite iac job, default is `Values.imagePullPolicy`
pullPolicy: ""
nodeSelector: {}
tolerations: []
nodeAffinity: {}
resources:
limits:
cpu: 500m
memory: 500Mi
requests:
cpu: 300m
memory: 500Mi
k3s:
# -- (string) k3s worker nodes join token
joinToken: ""
# -- (string) k3s masters public dns host, so that workers can join them
serverPublicHost: ""