Skip to content

Commit

Permalink
Merge pull request #627 from hmcts/PAY-6576
Browse files Browse the repository at this point in the history
PAY-6576 Secrets
  • Loading branch information
davejones74 authored Nov 3, 2023
2 parents ef54054 + 5b47452 commit 8fc5f12
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/bar-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 bar api
name: bar-api
home: https://github.com/hmcts/bar-app
version: 0.2.20
version: 0.2.21
maintainers:
- name: HMCTS Bar Dev Team
email: [email protected]
Expand Down
12 changes: 9 additions & 3 deletions charts/bar-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ java:
applicationPort: 8080
ingressHost: bar-api-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal
environment:
POSTGRES_PORT: 5432
POSTGRES_HOST: bar-postgres-db-v11-{{ .Values.global.environment }}.postgres.database.azure.com
#POSTGRES_PORT: 5432
#POSTGRES_HOST: bar-postgres-db-v11-{{ .Values.global.environment }}.postgres.database.azure.com
POSTGRES_NAME: bar
POSTGRES_USERNAME: bar@bar-postgres-db-v11-{{ .Values.global.environment }}
#POSTGRES_USERNAME: bar@bar-postgres-db-v11-{{ .Values.global.environment }}
POSTGRES_CONNECTION_OPTIONS: ?sslmode=require
SPRING_LIQUIBASE_ENABLED: false
S2S_AUTH_URL: http://rpe-service-auth-provider-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal
Expand All @@ -22,5 +22,11 @@ java:
alias: S2S_SECRET
- 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
- name: AppInsightsInstrumentationKey
alias: azure.application-insights.instrumentation-key

0 comments on commit 8fc5f12

Please sign in to comment.