Skip to content

Commit

Permalink
Fix ORACLE_PORT
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Aug 2, 2024
1 parent 15610ba commit 5d55ffc
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions sync/openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ parameters:
- name: APP
description: Application/component name
value: sync
- name: DATABASE_PORT
- name: ORACLE_PORT
description: Oracle database port
value: "1543"
- name: EXECUTION_ID
Expand Down Expand Up @@ -93,8 +93,8 @@ objects:
secretKeyRef:
name: ${REPO}-${ZONE}-sync
key: oracle-sync-password
- name: DATABASE_PORT
value: ${DATABASE_PORT}
- name: ORACLE_PORT
value: ${ORACLE_PORT}
- name: ORACLE_SERVICE
valueFrom:
secretKeyRef:
Expand All @@ -117,8 +117,11 @@ objects:
secretKeyRef:
name: ${REPO}-${ZONE}-database
key: database-password
- name: DATABASE_PORT
value: ${DATABASE_PORT}
- name: POSTGRES_PORT
valueFrom:
secretKeyRef:
name: ${REPO}-${ZONE}-database
key: database-port
- name: POSTGRES_USER
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit 5d55ffc

Please sign in to comment.