Task Details:
=============
Task ID : AETHER-2167 : Implement helm charts for deploying prom-label-proxy
Task Link : https://jira.opennetworking.org/browse/AETHER-2167
Features/Root Cause Analysis :
==============================
* config model helm chart for prom label proxy
* prom-label-proxy helm chart
* getting initial config not done deliberatlywq
Unit Test:
=============
* Integration testing with prometheus done
* Integration testing with Grafana pending
Change-Id: I1b94feee56cb7046dd1affb036c3d02585aedcaf
diff --git a/prom-label-proxy/values.yaml b/prom-label-proxy/values.yaml
new file mode 100644
index 0000000..f9c4fe3
--- /dev/null
+++ b/prom-label-proxy/values.yaml
@@ -0,0 +1,44 @@
+# SPDX-FileCopyrightText: 2020-present Open Networking Foundation <info@opennetworking.org>
+#
+# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
+nameOverride: ""
+fullnameOverride: ""
+
+replicaCount: 1
+annotations: {}
+
+image:
+ repository: onosproject/prom-label-proxy
+ pullPolicy: IfNotPresent
+ # Overrides the image tag whose default is the chart appVersion.
+ tag: v0.3.3
+ pullSecrets: []
+
+resources:
+ requests:
+ cpu: 0.5
+ memory: 128Mi
+
+config:
+ http:
+ port: 8080
+ gnmi:
+ port: 5150
+ label: "ent"
+ model:
+ version: ""
+ upstream: http://aether-roc-umbrella-prometheus-server.micro-onos.svc.cluster.local
+ admingroup: "AetherROCAdmin"
+ openidc:
+ issuer: ""
+ plproxy:
+ target: "plproxy-service-v1"
+ onos_config_url: "onos-config:5150"
+
+service:
+ type: ClusterIP
+ http:
+ port: 8080
+ gnmi:
+ port: 5150
+