Helm charts for Prometheus Kafka Remote Writer
[demo.git] / vnfs / DAaaS / deploy / collection / charts / prom-kafka-writer / values.yaml
1 # Default values for prom-kafka-writer.
2 # This is a YAML-formatted file.
3 # Declare variables to be passed into your templates.
4
5 replicaCount: 1
6
7 image:
8   repository: dcr.cluster.local:32644/prom-kafka-writer
9   tag: latest
10   pullPolicy: IfNotPresent
11
12 nameOverride: ""
13 fullnameOverride: ""
14
15 service:
16   type: ClusterIP
17   port: 8686
18   nodePort: 30086
19
20 resources: {}
21   # We usually recommend not to specify default resources and to leave this as a conscious
22   # choice for the user. This also increases chances charts run on environments with little
23   # resources, such as Minikube. If you do want to specify resources, uncomment the following
24   # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
25   # limits:
26   #   cpu: 100m
27   #   memory: 128Mi
28   # requests:
29   #   cpu: 100m
30   #   memory: 128Mi
31
32 nodeSelector: {}
33
34 tolerations: []
35
36 affinity: {}