Skip to content
Snippets Groups Projects
Unverified Commit 195d55ab authored by Andrej Shadura's avatar Andrej Shadura
Browse files

Add a loglevel setting for the frontend

parent 21cb1371
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,8 @@ spec:
{{- if .Values.global.frontend }}
- name: OBS_FRONTEND_WORKERS
value: {{ default 4 .Values.global.frontend.workers | quote }}
- name: OBS_LOG_LEVEL
value: {{ default "info" .Values.global.frontend.loglevel | quote }}
{{- end }}
- name: OBS_MEMCACHE_HOST
value: {{ include "frontend.memcached.fullname" . | quote }}
......
......@@ -17,6 +17,7 @@ fullnameOverride: ""
global:
frontend: {}
# workers: 8
# loglevel: debug
backend: {}
# host: backend
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment