Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-sb-devops
Commits
d4f93d15
Commit
d4f93d15
authored
5 years ago
by
keshavprasadms
Browse files
Options
Download
Patches
Plain Diff
fix: some more fixes
parent
f7a0a96d
3nodeinstall
3node-2.6.0
revert-942-release-2.6.0
release-2.6.0-k8s_9467d13
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
kubernetes/helm_charts/logging/fluent-bit/values.j2
+4
-3
kubernetes/helm_charts/logging/fluent-bit/values.j2
with
4 additions
and
3 deletions
+4
-3
kubernetes/helm_charts/logging/fluent-bit/values.j2
+
4
−
3
View file @
d4f93d15
# 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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets