Skip to content

Commit

Permalink
fix: adding oracle user to deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulo Gomes da Cruz Junior committed Feb 7, 2023
1 parent 6078f0c commit 110ed4b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion legacy/openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,11 @@ objects:
value: https://${NAME}-${ZONE}-legacy.${DOMAIN}
- name: FOREST_API_URL
value: ${FOREST_API_URL}
- name: ORACLEDB_USER
valueFrom:
secretKeyRef:
name: ${NAME}-${ZONE}-${COMPONENT}
key: oracle-user
- name: ORACLEDB_PASSWORD
valueFrom:
secretKeyRef:
Expand All @@ -143,7 +148,6 @@ objects:
key: oracle-service
- name: ORACLEDB_PORT
value: "1543"

ports:
- containerPort: 9000
protocol: TCP
Expand Down

0 comments on commit 110ed4b

Please sign in to comment.