blob: bf07f4ebd6b67b1ee11f1a9f409ff5089bac4aa3 [file] [log] [blame]
Gopinath Taget9b609e02018-03-07 16:02:50 -08001apiVersion: v1
2kind: ConfigMap
3metadata:
4 name: xos-core
Andy Bavier06f2fe72018-03-08 15:37:12 -07005 labels:
6 {{- include "xos-core.release_labels" . | indent 4 }}
Gopinath Taget9b609e02018-03-07 16:02:50 -08007data:
Andy Bavier06f2fe72018-03-08 15:37:12 -07008 config: |
9 name: xos-core
10 database:
11 name: xos
12 username: postgres
13 password: password
14 logging:
15 version: 1
16 handlers:
17 console:
18 class: logging.StreamHandler
19 file:
20 class: logging.handlers.RotatingFileHandler
21 filename: /var/log/xos.log
22 maxBytes: 10485760
23 backupCount: 5
24 loggers:
25 '':
26 handlers:
27 - console
28 - file
29 level: DEBUG
30 xos_dir: /opt/xos