blob: 38fe7ef19f0c0b8306b7f56f78db6d0b3d60c800 [file] [log] [blame]
Jeremy Ronquillo223db002020-06-05 10:28:22 -07001{{- /*
2# Copyright 2019-present Open Networking Foundation
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15*/ -}}
16
17---
18apiVersion: v1
19kind: ConfigMap
20metadata:
21 name: accelleran-cbrs-ric-cm
22 labels:
23{{ tuple "accelleran-cbrs-ric-cm" . | include "accelleran-cbrs-common.metadata_labels" | indent 4 }}
24data:
25 bootstrap: |
26 redis.hostname:{{ .Values.config.redis.hostName }}
27 redis.port:{{ .Values.config.redis.ports.redisPort.port }}
28 instance.filter:{{ .Values.config.ric.instanceId }}
29
30 zlog.conf: |
31 [global]
32 strict init = true
33 buffer min = {{ .Values.config.ric.zlogConf.bufferMin }}
34 buffer max = {{ .Values.config.ric.zlogConf.bufferMax }}
35 rotate lock file = /tmp/zlog.lock
36
37 [formats]
38 printf_format = "%d(%b %d %H:%M:%S).%ms %8.8H %m%n"
39 [rules]
40 user.* >stdout ;printf_format