Commit d4f93d15 authored by keshavprasadms's avatar keshavprasadms
Browse files

fix: some more fixes

Showing with 4 additions and 3 deletions
+4 -3
# Minikube stores its logs in a separate directory.
# Enable if you install the chart in minikube.
namespace: {{ env }}-logging
namespace: "{{ env }}-logging"
on_minikube: false
image:
......@@ -124,7 +124,8 @@ parsers:
## Decode_Field_As json log
##
json:
- extraEntries: |
- name: dockerJson
extraEntries: |
Time_Key time
Time_Format %Y-%m-%dT%H:%M:%S.%L
Time_Keep On
......@@ -192,7 +193,7 @@ extraVolumes: []
##
extraVolumeMounts: []
resources: {}
resources:
limits:
cpu: 500m
memory: 512Mi
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment