Skip to content

Commit 9a0da8d

Browse files
committed
LB URL Update
1 parent 5292786 commit 9a0da8d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

helm/charts/obaas-sample-app/templates/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ spec:
9595
secretKeyRef:
9696
name: {{ $.Values.obaas.database.credentialsSecret }}
9797
key: db.lb_password
98+
- name: LIQUIBASE_DATASOURCE_URL
99+
value: "jdbc:oracle:thin:@${SPRING_DB_SERVICE}?TNS_ADMIN=/oracle/tnsadmin"
98100
- name: SPRING_DB_SERVICE
99101
valueFrom:
100102
secretKeyRef:

0 commit comments

Comments
 (0)