| {{- /* |
| |
| # Copyright 2019-present Open Networking Foundation |
| # |
| # SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 |
| |
| */ -}} |
| |
| --- |
| apiVersion: v1 |
| kind: ConfigMap |
| metadata: |
| name: accelleran-cbrs-ric-cm |
| labels: |
| {{ tuple "accelleran-cbrs-ric-cm" . | include "accelleran-cbrs-common.metadata_labels" | indent 4 }} |
| data: |
| bootstrap: | |
| redis.hostname:{{ .Values.config.redis.hostName }} |
| redis.port:{{ .Values.config.redis.ports.redisPort.port }} |
| instance.filter:{{ .Values.config.ric.instanceId }} |
| |
| zlog.conf: | |
| [global] |
| strict init = true |
| buffer min = {{ .Values.config.ric.zlogConf.bufferMin }} |
| buffer max = {{ .Values.config.ric.zlogConf.bufferMax }} |
| rotate lock file = /tmp/zlog.lock |
| |
| [formats] |
| printf_format = "%d(%b %d %H:%M:%S).%ms %8.8H %m%n" |
| [rules] |
| user.* >stdout ;printf_format |