blob: cf35e035daf25b3914186a3ffbf356b278968b7e [file] [log] [blame]
Woojoong Kim4feaddf2019-11-21 00:05:07 -08001{{- /*
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-cu-{{ .Values.config.vranL3.instanceId }}-cm
22 labels:
23{{ tuple "accelleran-cbrs-cu-cm" . | include "accelleran-cbrs-cu.metadata_labels" | indent 4 }}
24data:
25 bootstrap: |
Woojoong Kim1dfd4d62020-02-03 21:05:11 -080026 redis.hostname:{{ .Values.config.redis.hostName }}
Woojoong Kim4feaddf2019-11-21 00:05:07 -080027 redis.port:{{ .Values.config.redis.ports.redisPort.port }}
28 instance.filter:{{ .Values.config.vranL3.instanceId }}
29
30 zlog.conf: |
31 [global]
32 strict init = true
33 buffer min = {{ .Values.config.vranL3.zlogConf.bufferMin }}
34 buffer max = {{ .Values.config.vranL3.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