Add standalone R3 RIC platform helm charts and deployment scripts.
[ric-plt/ric-dep.git] / helm / vespamgr / templates / vespa-config.yaml
1 apiVersion: v1
2 kind: ConfigMap
3 metadata:
4   name: {{ include "common.configmapname.vespamgr" . }}
5   namespace: {{ include "common.namespace.platform" . }}
6 data:
7   VESMGR_HB_INTERVAL: "60s"
8   VESMGR_MEAS_INTERVAL: "30s"
9   VESMGR_PRICOLLECTOR_ADDR: {{ include "common.ingresscontroller.url.aux" . | quote }}
10   VESMGR_PRICOLLECTOR_SERVERROOT: {{ include "common.kongpath.aux.vescollector" . | quote }}
11   VESMGR_PRICOLLECTOR_PORT: {{ include "common.ingresscontroller.port.https" . | quote }}
12   VESMGR_PRICOLLECTOR_SECURE: "false"
13   VESMGR_PROMETHEUS_ADDR: {{ .Values.vespamgr.prometheusurl }}