X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fhelm%2Fosm%2Ftemplates%2Fro%2Fro-configmap.yaml;h=ca59835b53be933b3f2061b098f681194d7a2dd8;hb=0a997e26592ea05b60a97ea55fdf480c70333ca4;hp=39bb90ba9fd2a45c1191f76359e67e254ac4f8dc;hpb=8080e4b32d3dc5e66ea85a503a4daa79df3098d0;p=osm%2Fdevops.git diff --git a/installers/helm/osm/templates/ro/ro-configmap.yaml b/installers/helm/osm/templates/ro/ro-configmap.yaml index 39bb90ba..ca59835b 100644 --- a/installers/helm/osm/templates/ro/ro-configmap.yaml +++ b/installers/helm/osm/templates/ro/ro-configmap.yaml @@ -28,4 +28,6 @@ data: OSMRO_STORAGE_PATH: "/app/storage" OSMRO_STORAGE_COLLECTION: "files" OSMRO_STORAGE_URI: "mongodb://mongodb-k8s:27017/?replicaSet=rs0" -{{- end }} \ No newline at end of file + OSMRO_LOG_LEVEL: {{ .Values.ro.logLevel | default .Values.global.logLevel | default "INFO" }} + OSMRO_PERIOD_REFRESH_ACTIVE: "-1" +{{- end }}