VESPA Mgr template (including move Kong paths to common template)
[it/dep.git] / ric-platform / 50-RIC-Platform / 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.ingressurl.aux" . | quote }}
10   VESMGR_PRICOLLECTOR_SERVERROOT: {{ include "common.kongpath.aux.vescollector" . | quote }}
11   VESMGR_PRICOLLECTOR_PORT: {{ include "common.ingresshttpsport" . | quote }}
12   VESMGR_PRICOLLECTOR_SECURE: "false"
13   VESMGR_PROMETHEUS_ADDR: {{ .Values.vespamgr.prometheusurl }}