Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

Commit

Permalink
Merge pull request #18 from hmcts/Rd-635
Browse files Browse the repository at this point in the history
refactor: added rd-professional
  • Loading branch information
abhijitdiwan committed Dec 4, 2019
2 parents ea87c59 + 9da67f9 commit 7870c81
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion rd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "1.0"
description: A Helm chart for User Profile and k8s DBG rd-user-profile disabled TODO add rd-professional-api and rd-profile-sync
name: rd
version: 0.2.1
version: 0.2.2
6 changes: 5 additions & 1 deletion rd/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
dependencies:
- name: rd-user-profile-api
version: ~0.0.5
version: ~0.0.6
repository: '@hmctspublic'
condition: rd.rd-user-profile-api.enabled
- name: rd-professional-api
version: ~0.0.4
repository: '@hmctspublic'
condition: rd.rd-professional-api.enabled
- name: rpe-service-auth-provider
version: ~0.2.5
repository: '@hmctspublic'
Expand Down
6 changes: 4 additions & 2 deletions rd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ rd-user-profile-api:

rd-professional-api:
java:
applicationPort: 8091
applicationPort: 8090
ingressHost: ""
releaseNameOverride: "{{ .Release.Name }}-rd-professional-api"
#aadIdentityName: rd
image: 'hmctspublic.azurecr.io/rd/user-profile-api:latest'
image: 'hmctspublic.azurecr.io/rd/professional-api:latest'
environment:
POSTGRES_HOST: "{{ tpl .Values.global.postgresqlHostName $}}"
POSTGRES_NAME: "dbrefdata"
Expand All @@ -49,6 +49,7 @@ rd-professional-api:
USER_PROFILE_URL: http://rd-user-profile-api-{{ .Values.global.environment }}.platform.hmcts.net
CCD_URL: https://ccd-user-profile-api-{{ .Values.global.environment }}.platform.hmcts.net


rpe-service-auth-provider:
java:
ingressHost: ""
Expand Down Expand Up @@ -87,6 +88,7 @@ postgresql:
initdbScripts:
init.sql: |-
CREATE DATABASE "dbuserprofile" WITH OWNER = hmcts ENCODING = 'UTF-8' CONNECTION LIMIT = -1;
CREATE DATABASE "dbrefdata" WITH OWNER = hmcts ENCODING = 'UTF-8' CONNECTION LIMIT = -1;
postgresqlUsername: hmcts
postgresqlPassword: hmcts
Expand Down

0 comments on commit 7870c81

Please sign in to comment.