File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,10 @@ spring:
6
6
hikari :
7
7
pool-name : educ-grad-batch-graduation-api-cp
8
8
maximum-pool-size : ${MAXIMUM_POOL_SIZE}
9
- connection-timeout : ${CONNECTION_TIMEOUT}
10
9
max-lifetime : ${MAX_LIFETIME}
11
- minimum-idle : ${MIN_IDLE}
12
- idle-timeout : ${IDLE_TIMEOUT}
13
10
url : ${CONNECTION_STRING}
14
11
username : ${USERNAME}
15
12
password : ${PASSWORD}
16
- driver-class-name : oracle.jdbc.driver.OracleDriver
17
13
jpa :
18
14
show-sql : ${SHOW_SQL_LOGS}
19
15
database-platform : org.hibernate.dialect.OracleDialect
Original file line number Diff line number Diff line change @@ -69,11 +69,8 @@ oc create -n "$OPENSHIFT_NAMESPACE"-"$envValue" configmap "$APP_NAME"-config-map
69
69
--from-literal=KEYCLOAK_TOKEN_URL=" https://soam-$envValue .apps.silver.devops.gov.bc.ca/" \
70
70
--from-literal=REG_ALG_CRON=" 0 30 18 * * *" \
71
71
--from-literal=RECORDS_STALE_IN_DAYS=" 1095" \
72
- --from-literal=CONNECTION_TIMEOUT=' 30000' \
73
72
--from-literal=MAXIMUM_POOL_SIZE=' 25' \
74
- --from-literal=MIN_IDLE=' 25' \
75
- --from-literal=IDLE_TIMEOUT=' 300000' \
76
- --from-literal=MAX_LIFETIME=' 1500000' \
73
+ --from-literal=MAX_LIFETIME=' 300000' \
77
74
--from-literal=ENABLE_COMPRESSION=" true" \
78
75
--dry-run=client -o yaml | oc apply -f -
79
76
You can’t perform that action at this time.
0 commit comments