aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/deploy/collection/charts/prom-kafka-writer/values.yaml
diff options
context:
space:
mode:
authorDileep Ranganathan <dileep.ranganathan@intel.com>2019-10-31 20:04:21 -0700
committerDileep Ranganathan <dileep.ranganathan@intel.com>2019-11-11 14:39:44 -0800
commit938afb8217d5414c4cd0d63650e24d0398ddcc91 (patch)
tree7a0e34c1e956f40ab6ad1e57bd8f8852eb25a098 /vnfs/DAaaS/deploy/collection/charts/prom-kafka-writer/values.yaml
parentd11cb99fb101a6798fd57fa44d332737d6637e75 (diff)
Helm charts for Prometheus Kafka Remote Writer
Added Helm charts for prom-kafka-writer micro service. Removed older kafka adapter due to inflexibility. Issue-ID: ONAPARC-392 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com> Change-Id: I6f8e33a5e096c6b88badb29718e1e7ce126889fd
Diffstat (limited to 'vnfs/DAaaS/deploy/collection/charts/prom-kafka-writer/values.yaml')
-rw-r--r--vnfs/DAaaS/deploy/collection/charts/prom-kafka-writer/values.yaml36
1 files changed, 36 insertions, 0 deletions
diff --git a/vnfs/DAaaS/deploy/collection/charts/prom-kafka-writer/values.yaml b/vnfs/DAaaS/deploy/collection/charts/prom-kafka-writer/values.yaml
new file mode 100644
index 00000000..0c59b8aa
--- /dev/null
+++ b/vnfs/DAaaS/deploy/collection/charts/prom-kafka-writer/values.yaml
@@ -0,0 +1,36 @@
+# Default values for prom-kafka-writer.
+# This is a YAML-formatted file.
+# Declare variables to be passed into your templates.
+
+replicaCount: 1
+
+image:
+ repository: dcr.cluster.local:32644/prom-kafka-writer
+ tag: latest
+ pullPolicy: IfNotPresent
+
+nameOverride: ""
+fullnameOverride: ""
+
+service:
+ type: ClusterIP
+ port: 8686
+ nodePort: 30086
+
+resources: {}
+ # We usually recommend not to specify default resources and to leave this as a conscious
+ # choice for the user. This also increases chances charts run on environments with little
+ # resources, such as Minikube. If you do want to specify resources, uncomment the following
+ # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
+ # limits:
+ # cpu: 100m
+ # memory: 128Mi
+ # requests:
+ # cpu: 100m
+ # memory: 128Mi
+
+nodeSelector: {}
+
+tolerations: []
+
+affinity: {}