forked from deliveryhero/helm-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
values.yaml
46 lines (31 loc) · 923 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
# Default values for labelsmanager-controller.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
controller:
# controller.production -- The log level of the controller. enable for json logs
production: true
# controller.leaderElection -- Enable leader election for running multiple controller pods
leaderElection: false
# controller.metricAddr -- Address to serve prometheus metrics on. "0" is disabled.
metricAddr: "0"
# controller.overwrite -- Overwrite any similar label on the pod.
overwrite: false
podLabels:
enabled: false
labels: {}
image:
repository: thomasnyambati/labelsmanager-controller
pullPolicy: IfNotPresent
tag: ""
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
podAnnotations: {}
podSecurityContext: {}
securityContext: {}
extraLabels: {}
resources: {}
nodeSelector: {}
tolerations: []
affinity: {}