Feature 7898: Helm chart and script for monitoring K8s based OSM system
[osm/devops.git] / installers / k8s / helm_charts / prometheus-kafka-exporter / values.yaml
1 #   Licensed under the Apache License, Version 2.0 (the "License");
2 #   you may not use this file except in compliance with the License.
3 #   You may obtain a copy of the License at
4 #
5 #       http://www.apache.org/licenses/LICENSE-2.0
6 #
7 #   Unless required by applicable law or agreed to in writing, software
8 #   distributed under the License is distributed on an "AS IS" BASIS,
9 #   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10 #   See the License for the specific language governing permissions and
11 #   limitations under the License.
12
13 # Default values for prometheus-kafka-exporter.
14 # This is a YAML-formatted file.
15 # Declare variables to be passed into your templates.
16
17 replicaCount: 1
18
19 image:
20   repository: stable/prometheus-kafka-exporter
21   tag: 0.1.0
22   pullPolicy: IfNotPresent
23
24 imagePullSecrets: []
25 nameOverride: ""
26 fullnameOverride: ""
27
28 serviceAccount:
29   # Specifies whether a service account should be created
30   create: true
31   # The name of the service account to use.
32   # If not set and create is true, a name is generated using the fullname template
33   name:
34
35 podSecurityContext: {}
36   # fsGroup: 2000
37
38 securityContext: {}
39   # capabilities:
40   #   drop:
41   #   - ALL
42   # readOnlyRootFilesystem: true
43   # runAsNonRoot: true
44   # runAsUser: 1000
45
46 service:
47   type: ClusterIP
48   port: 9092
49
50   #ingress:
51   #enabled: false
52   #annotations: {}
53     # kubernetes.io/ingress.class: nginx
54     # kubernetes.io/tls-acme: "true"
55     #hosts:
56     #- host: chart-example.local
57     #  paths: []
58
59   #tls: []
60   #  - secretName: chart-example-tls
61   #    hosts:
62   #      - chart-example.local
63
64 resources: {}
65   # We usually recommend not to specify default resources and to leave this as a conscious
66   # choice for the user. This also increases chances charts run on environments with little
67   # resources, such as Minikube. If you do want to specify resources, uncomment the following
68   # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
69   # limits:
70   #   cpu: 100m
71   #   memory: 128Mi
72   # requests:
73   #   cpu: 100m
74   #   memory: 128Mi
75
76 nodeSelector: {}
77
78 tolerations: []
79
80 affinity: {}