-
Notifications
You must be signed in to change notification settings - Fork 110
/
Copy pathvalues.yaml
103 lines (80 loc) · 1.83 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
name: ingress-monitor-controller
global:
# labels added on all components of chart in addition to some default labels
labels: {}
replicaCount: 1
image:
repository: stakater/ingressmonitorcontroller
tag: v2.1.48
pullPolicy: IfNotPresent
imagePullSecrets: []
kube-rbac-proxy:
image:
repository: gcr.io/kubebuilder/kube-rbac-proxy
tag: v0.8.0
pullPolicy: IfNotPresent
resources:
{}
securityContext:
{}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
# Partial override for ingress-monitor-controller.fullname template (will keep the release name)
nameOverride: ""
# Full override for ingress-monitor-controller.fullname template
fullnameOverride: ""
# Same as nameOverride but for the namespace.
namespaceOverride: ""
# Specifies which namespaces IMC should have access to
# Leave empty for full access or specify a comma separated list of namespaces to watch
watchNamespaces: ""
# Name of secret containing
configSecretName: "imc-config"
# Monitoring Configuration
serviceMonitor:
enabled: false
rbac:
create: true
allowProxyRole: true
allowMetricsReaderRole: true
allowLeaderElectionRole: true
secretViewerRole: true
serviceAccount:
create: true
annotations: {}
labels: {}
# If not set and create is true, a name is generated using the fullname template
name: ""
resources:
{}
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
podAnnotations: {}
podSecurityContext:
{}
# fsGroup: 2000
securityContext:
{}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
nodeSelector: {}
tolerations: []
affinity: {}
service:
type: ClusterIP
port: 443
env: []
envFrom: []
serviceManagedBy: helm