Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
memoriav
Memobase 2020
services
ExternalAPIs
OAI
Commits
21bb54e1
Verified
Commit
21bb54e1
authored
Dec 12, 2021
by
Sebastian Schüpbach
Browse files
disable log4j jndi lookup
parent
dd87bc73
Pipeline
#39107
passed with stages
in 3 minutes and 26 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
helm-charts/templates/deployment.yaml
View file @
21bb54e1
...
...
@@ -23,6 +23,7 @@ spec:
-
name
:
"
{{
.Values.k8sGroupId
}}-{{
.Values.k8sName
}}-{{
.Values.k8sEnvironment}}-app"
image
:
"
{{
.Values.registry
}}/{{
.Values.image
}}:{{
.Values.tag
}}"
# image: guenterh/oaimemobase:latest
args
:
[
"
-Dlog4j2.formatMsgNoLookups=true"
]
imagePullPolicy
:
Always
ports
:
-
containerPort
:
{{
.Values.k8sPort
}}
...
...
Write
Preview
Markdown
is supported
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