Skip to content

Commit

Permalink
HCM Feat : Added endpoints and template values (#2293)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish-egov authored Jan 11, 2024
1 parent 16849b6 commit b09534d
Show file tree
Hide file tree
Showing 7 changed files with 72 additions and 45 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ appVersion: 1.16.0
dependencies:
- name: common
version: 0.0.5
repository: file://../../../common
repository: file://../../common
70 changes: 70 additions & 0 deletions deploy-as-code/helm/charts/health-services/hcm-bff/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
# Common Labels
labels:
app: "hcm-bff"
group: "rainmaker"

namespace: health

# Ingress Configs
ingress:
namespace: egov
enabled: true
zuul: true
context: "hcm-bff"


# Container Configs
image:
repository: "hcm-bff"
replicas: "1"

# Additional Container Envs
env: |
- name: KAFKA_BROKER_HOST
valueFrom:
configMapKeyRef:
name: egov-config
key: kafka-brokers
- name: EGOV_MDMS_HOST
valueFrom:
configMapKeyRef:
name: egov-service-host
key: egov-mdms-service
- name: EGOV_FILESTORE_SERVICE_HOST
valueFrom:
configMapKeyRef:
name: egov-service-host
key: egov-filestore
- name: HCM_MOZ_IMPL_SERVICE_HOST
valueFrom:
configMapKeyRef:
name: egov-service-host
key: hcm-moz-impl
- name: EGOV_HCM_BFF_HOST
valueFrom:
configMapKeyRef:
name: egov-service-host
key: hcm-bff
- name: CONTEXT_PATH
value: "/hcm-bff"
- name: EGOV_MDMS_SEARCH_ENDPOINT
value: egov-mdms-service/v2/_search
- name: FILE_STORE_SERVICE_END_POINT
value: filestore/v1/files
- name: HCM_MOZ_IMPL_SERVICE_ENDPOINT
value: hcm-moz-impl/v1/ingest
- name: HCM_PARSING_TEMPLATE
value: HCM.ParsingTemplate
- name: HCM_TRANSFORM_TEMPLATE
value: HCM.TransformTemplate
- name: HCM_CAMPAIGN_TEMPLATE
value: HCM.HCMTemplate
- name: EGOV_HOST
valueFrom:
configMapKeyRef:
name: egov-config
key: egov-services-fqdn-name
1 change: 1 addition & 0 deletions deploy-as-code/helm/environments/unified-health-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ cluster-configs:
egov-location: 'http://egov-location.egov:8080/'
egov-filestore: 'http://egov-filestore.egov:8080/'
hcm-moz-impl: "http://hcm-moz-impl.health:8080/"
hcm-bff: "http://hcm-bff.health:8080/"
egov-localization: 'http://egov-localization.egov:8080/'
egov-idgen: 'http://egov-idgen.egov:8080/'
egov-otp: 'http://egov-otp.egov:8080/'
Expand Down

0 comments on commit b09534d

Please sign in to comment.