Near RT RIC Platform new-installer initial release
[ric-plt/ric-dep.git] / new-installer / helm / charts / nearrtric / vespamgr / templates / vespa-config.yaml
diff --git a/new-installer/helm/charts/nearrtric/vespamgr/templates/vespa-config.yaml b/new-installer/helm/charts/nearrtric/vespamgr/templates/vespa-config.yaml
new file mode 100644 (file)
index 0000000..2efec72
--- /dev/null
@@ -0,0 +1,16 @@
+apiVersion: v1
+kind: ConfigMap
+metadata:
+  name: {{ include "common.configmapname.vespamgr" . }}
+  namespace: {{ include "common.namespace.platform" . }}
+data:
+  VESMGR_HB_INTERVAL: "60s"
+  VESMGR_MEAS_INTERVAL: "30s"
+  VESMGR_PRICOLLECTOR_ADDR: {{ include "common.ingresscontroller.url.aux" . | quote }}
+  VESMGR_PRICOLLECTOR_SERVERROOT: {{ include "common.kongpath.aux.vescollector" . | quote }}
+  VESMGR_PRICOLLECTOR_PORT: "8443"
+  VESMGR_PRICOLLECTOR_SECURE: "false"
+  VESMGR_PROMETHEUS_ADDR: {{ .Values.vespamgr.prometheusurl }}
+  VESMGR_PRICOLLECTOR_USER: "sample1"
+  VESMGR_PRICOLLECTOR_PASSWORD: "sample1"
+  VESMGR_ALERTMANAGER_BIND_ADDR: ":9095"