Woojoong Kim | 4feaddf | 2019-11-21 00:05:07 -0800 | [diff] [blame] | 1 | {{- /* |
| 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 | --- |
| 18 | apiVersion: v1 |
| 19 | kind: ConfigMap |
| 20 | metadata: |
| 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 }} |
| 24 | data: |
| 25 | bootstrap: | |
| 26 | redis.hostname:accelleran-cbrs-redis |
| 27 | 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 |