Skip to content
Snippets Groups Projects
Commit df5211c4 authored by OZGCloud's avatar OZGCloud
Browse files

Merge pull request 'added logging level setting' (#13) from configure-logging-level into master

parents b2c71ba3 513aa76b
No related branches found
No related tags found
No related merge requests found
...@@ -58,6 +58,8 @@ spec: ...@@ -58,6 +58,8 @@ spec:
app.kubernetes.io/name: {{ .Release.Name }} app.kubernetes.io/name: {{ .Release.Name }}
containers: containers:
- env: - env:
- name: LOGGING_LEVEL
value: "INFO"
- name: HTTP_SERVER_PORT - name: HTTP_SERVER_PORT
value: "8082" value: "8082"
- name: GRPC_SERVER_MOCK - name: GRPC_SERVER_MOCK
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment