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
memoriav
Memobase 2020
services
ExternalAPIs
OAI
Commits
2207e7d2
Verified
Commit
2207e7d2
authored
Dec 12, 2021
by
Sebastian Schüpbach
Browse files
fix helm charts
parent
21bb54e1
Pipeline
#39109
failed with stages
in 10 seconds
Changes
2
Pipelines
2
Show whitespace changes
Inline
Side-by-side
helm-charts/templates/app-config.yaml
View file @
2207e7d2
...
...
@@ -11,3 +11,4 @@ data:
#ELASTIC_INDEX: "{{ .Values.elasticIndexConfigs }}"
RESPONSE_LISTLENGTH
:
"
{{
.Values.responseListlength
}}"
RESUMPTION_TOKEN_TTL
:
"
{{
.Values.resumptionTokenTtl
}}"
JAVA_OPTS
:
"
-Dlog4j2.formatMsgNoLookups=true
$JAVA_OPTS"
"
helm-charts/templates/deployment.yaml
View file @
2207e7d2
...
...
@@ -23,7 +23,6 @@ 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