Separating RICPLT from it/dep repo.
[it/dep.git] / ric-platform / 50-RIC-Platform / helm / vespamgr / templates / vespa-config.yaml
diff --git a/ric-platform/50-RIC-Platform/helm/vespamgr/templates/vespa-config.yaml b/ric-platform/50-RIC-Platform/helm/vespamgr/templates/vespa-config.yaml
deleted file mode 100644 (file)
index 6149f15..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-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.ingressurl.aux" . | quote }}
-  VESMGR_PRICOLLECTOR_SERVERROOT: {{ include "common.kongpath.aux.vescollector" . | quote }}
-  VESMGR_PRICOLLECTOR_PORT: {{ include "common.ingresshttpsport" . | quote }}
-  VESMGR_PRICOLLECTOR_SECURE: "false"
-  VESMGR_PROMETHEUS_ADDR: {{ .Values.vespamgr.prometheusurl }}