forked from planetlabs/draino
-
Notifications
You must be signed in to change notification settings - Fork 0
/
values.yaml
52 lines (39 loc) · 819 Bytes
/
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
dryRun: false
extraArgs: {}
conditions: {}
replicaCount: 1
image:
repository: planetlabs/draino
tag: 450a853
pullPolicy: IfNotPresent
resources:
limits:
cpu: 100m
memory: 128Mi
requests:
cpu: 100m
memory: 128Mi
# Add these annotations to all pods
podAnnotations: {}
# name: value
# prometheus.io/scrape: 'true'
# prometheus.io/port: '9102'
# Add these labels to all pods
podLabels: {}
# name: value
rbac:
create: true
serviceAccountName:
nodeSelector: {}
tolerations: []
affinity: {}
# Security Context policies for pods
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
securityContext:
fsGroup: 101
runAsGroup: 101
runAsNonRoot: true
runAsUser: 100
containerSecurityContext:
privileged: false
readOnlyRootFilesystem: true