forked from amelbakry/kdave-chart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues.yaml
87 lines (71 loc) · 1.38 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# Default values for kdave.
# Declare variables to be passed into your templates.
# How many kdave pods should run in deployment
replicaCount: 1
name: kdave
debug:
enable: false
rbac:
# If true, create & use RBAC resources
create: true
pspEnabled: true
# Ignored if rbac.create is true
serviceAccountName: default
image:
repository: aelbakry/kdave-server
tag: 1.0.3
pullPolicy: IfNotPresent
resources:
limits:
cpu: 1
memory: 1024Mi
requests:
cpu: 500m
memory: 512Mi
livenessProbe:
targetPort: 8000
initialDelaySeconds: 60
periodSeconds: 180
timeoutSeconds: 3
failureThreshold: 3
successThreshold: 1
securityContext:
runAsUser: 1003
runAsGroup: 1003
fsGroup: 1003
service:
exporterPort: 80
targetPort: 8000
updateStrategy:
type: Recreate
extraArgs: []
nodeSelector: {}
tolerations: []
affinity: {}
podLabels: {}
podAnnotations: {}
apiVersionsInspector:
enabled: true
replicaCount: 1
port: 8000
image:
repository: aelbakry/kdave-service
tag: 1.0.3
pullPolicy: IfNotPresent
ingress:
enabled: true
tlsEnabled: true
serviceFQDN: kube-api-inspector.domain.com
resources:
limits:
cpu: 1
memory: 1024Mi
requests:
cpu: 500m
memory: 512Mi
# Kdave configuration
threads: 5
interval: 12h
max: 100
# Helm binary. Use "helm" for helm V2 and "helm3" for helm V3
helmBinary: helm