Skip to content

Commit

Permalink
Merge pull request #555 from hmcts/PAY-6575-Flexible_DB
Browse files Browse the repository at this point in the history
Pay 6575 flexible db
  • Loading branch information
davejones74 authored Nov 3, 2023
2 parents d923748 + 0eadf80 commit 9bbebfc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/fees-register-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: "2.0"
description: Helm chart for the HMCTS fees-register api
name: fees-register-api
home: https://github.com/hmcts/ccfr-fees-register-app
version: 0.4.2
version: 0.4.3
maintainers:
- name: HMCTS Fees & Payments Dev Team
email: ccpay@hmcts.net
Expand Down
12 changes: 9 additions & 3 deletions charts/fees-register-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ java:
applicationPort: 8080
ingressHost: fees-register-api-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal
environment:
POSTGRES_PORT: 5432
POSTGRES_HOST: fees-register-postgres-db-v11-{{ .Values.global.environment }}.postgres.database.azure.com
# POSTGRES_PORT: 5432
# POSTGRES_HOST: fees-register-postgres-db-v11-{{ .Values.global.environment }}.postgres.database.azure.com
POSTGRES_NAME: fees_register
POSTGRES_USERNAME: fees_register@fees-register-postgres-db-v11-{{ .Values.global.environment }}
# POSTGRES_USERNAME: fees_register@fees-register-postgres-db-v11-{{ .Values.global.environment }}
POSTGRES_CONNECTION_OPTIONS: ?sslmode=require
SPRING_LIQUIBASE_ENABLED: false
REFORM_SERVICE_NAME: fees-register-api
Expand All @@ -24,6 +24,12 @@ java:
secrets:
- name: api-POSTGRES-PASS
alias: POSTGRES_PASSWORD
- name: api-POSTGRES-HOST
alias: POSTGRES_HOST
- name: api-POSTGRES-PORT
alias: POSTGRES_PORT
- name: api-POSTGRES-USER
alias: POSTGRES_USERNAME
ccpay:
secrets:
- name: app-insights-connection-string
Expand Down

0 comments on commit 9bbebfc

Please sign in to comment.