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
CYBELE
helm
visualization
Commits
fea37630
Commit
fea37630
authored
Nov 10, 2021
by
Gabriele Giammatteo
Browse files
add support for lxs connection
parent
1cacd693
Pipeline
#5776
passed with stages
in 1 minute and 19 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
2 deletions
+18
-2
templates/backend-deployment.yaml
templates/backend-deployment.yaml
+11
-1
values.yaml
values.yaml
+7
-1
No files found.
templates/backend-deployment.yaml
View file @
fea37630
...
...
@@ -50,7 +50,17 @@ env:
-
name:
LXS_JDBC_DRIVER_PATH
value:
/app/drivers/qe-driver-1.5-SNAPSHOT_latest-jdbc-client.jar
-
name:
LXS_JDBC_URL
value:
jdbc:leanxcale://{{
include
"
cybco.call-in-virtual-context" (list "cybco.service.host" . "datastore" "")
}}
:{{ include "cybco.call-in-virtual-context" (list "cybco.service.port" . "datastore" "") }}/CYBELE
value:
jdbc:leanxcale://{{
include
"
cybco.call-in-virtual-context" (list "cybco.service.host" . "datastore" "")
}}
:{{ include "cybco.call-in-virtual-context" (list "cybco.service.port" . "datastore" "") }}/{{ .Values.datastore.database }}
-
name
:
LXS_JDBC_USER
valueFrom
:
secretKeyRef
:
name
:
{{
coalesce .Values.datastore.credentials.secretName (printf "%s-datastore-credentials" .Release.Name)
}}
key
:
user
-
name
:
LXS_JDBC_PASS
valueFrom
:
secretKeyRef
:
name
:
{{
coalesce .Values.datastore.credentials.secretName (printf "%s-datastore-credentials" .Release.Name)
}}
key
:
password
{{
- end
}}
-
name
:
AQB_REQUEST_ENABLED
value
:
{{
.Values.features.aqb | quote
}}
...
...
values.yaml
View file @
fea37630
datastore
:
database
:
CYBELE
credentials
:
{}
service
:
port
:
1529
mongodb
:
auth
:
existingSecret
:
"
fake"
...
...
@@ -7,7 +13,7 @@ keycloak:
clientId
:
visualization
features
:
lxs
:
fals
e
lxs
:
tru
e
aqb
:
true
image
:
...
...
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