Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Helmholtz Cloud Portal
Helm Charts
Commits
21726ed2
Commit
21726ed2
authored
Nov 25, 2021
by
Thomas Beermann
Browse files
switch to fluentbit log container in webapp
parent
de938a31
Pipeline
#111094
passed with stages
in 22 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
hifiscp/Chart.yaml
View file @
21726ed2
apiVersion
:
v1
name
:
hifiscp
version
:
0.1.
1
version
:
0.1.
2
description
:
A Helm chart to deploy the HIFIS Cloud Portal Backend and Frontend
keywords
:
-
HIFIS
...
...
hifiscp/templates/webapp_deployment.yaml
View file @
21726ed2
...
...
@@ -47,8 +47,7 @@ spec:
containers
:
{{
- if .Values.webapp.logging.enabled
}}
-
name
:
access-log
image
:
busybox
args
:
[
/bin/sh
,
-c
,
'
tail
-n+1
-f
/var/log/jetty/access.log'
]
image
:
fluent/fluent-bit
volumeMounts
:
-
name
:
jettylog
mountPath
:
/var/log/jetty
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment