Skip to content

Commit

Permalink
Updated url
Browse files Browse the repository at this point in the history
  • Loading branch information
dallascrichmond committed Dec 17, 2024
1 parent 9ce1682 commit c034346
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
-p IMAGE_TAG=${{ inputs.tag }}
-p TARGET=${{ inputs.target }}
-p SSOAUTH=${{ vars.SSO_AUTH_SERVER_URL }}
-p DB_PASSWORD=${{ secrets.DB_PASSWORD }}
verification_path: /api/health
verification_retry_attempts: "5"
verification_retry_seconds: "15"
Expand Down
5 changes: 2 additions & 3 deletions backend/openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ parameters:
required: true
- name: DB_PASSWORD
description: Password for the PostgreSQL connection user.
from: '[a-zA-Z0-9]{16}'
generate: expression
required: true
- name: SSOAUTH
description: SSO Auth Server URL
required: true
Expand Down Expand Up @@ -102,7 +101,7 @@ objects:
- name: BACKEND_URL
value: https://${APP}-${TARGET}-${COMPONENT}.apps.silver.devops.gov.bc.ca
- name: DATABASE_URL
value: postgresql://postgres:${DB_PASSWORD}@postgres:5432/postgres
value: nr-nmp-database-${TARGET}://postgres:${DB_PASSWORD}@nr-nmp-database-${TARGET}:5432/postgres
ports:
- containerPort: 3000
protocol: TCP
Expand Down

0 comments on commit c034346

Please sign in to comment.