-
Notifications
You must be signed in to change notification settings - Fork 174
Expand file tree
/
Copy pathvalues.yaml
More file actions
58 lines (49 loc) · 1.61 KB
/
values.yaml
File metadata and controls
58 lines (49 loc) · 1.61 KB
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
image:
# image.pullPolicy -- imagePullPolicy - Highly recommended to leave this as `Always`
pullPolicy: Always
# image.repository -- Repository for the gemini image
repository: quay.io/fairwinds/gemini
# image.tag -- The gemini image tag to use. Defaults to .Chart.appVersion
tag:
rbac:
# rbac.create -- If true, create a new ServiceAccount and attach permissions
create: true
# If rbac.create is false, the name of an existing ServiceAccount to use
serviceAccountName:
# verbosity -- How verbose the controller logs should be
verbosity: 5
# resources -- The resources block for the controller pods
resources:
requests:
memory: 64Mi
cpu: 25m
limits:
memory: 512Mi
cpu: 200m
# tolerations -- Taint tolerations for nodes
tolerations: []
# - key: "dedicated"
# operator: "Equal"
# value: "app"
# effect: "NoSchedule"
# nodeSelector -- Select nodes to deploy which matches the following labels
nodeSelector: {}
# cloud.google.com/gke-nodepool: default-pool
# affinity -- Pod affinity and pod anti-affinity allow you to specify rules about how pods should be placed relative to other pods.
affinity: {}
# nodeAffinity:
# requiredDuringSchedulingIgnoredDuringExecution:
# nodeSelectorTerms:
# - matchExpressions:
# - key: disktype
# operator: In
# values:
# - ssd
# additionalPodLabels -- Additional labels added on pod
additionalPodLabels: {}
# env: prod
# additionalPodAnnotations -- Additional annotations added on pod
additionalPodAnnotations: {}
# key: value
# priorityClassName -- Priority class name for the pod
priorityClassName: