Table of contents
Xml Hl7 Parser Service
- Validate the image tag
image: repository: "quay.io/us-cdcgov/cdc-nbs-modernization/nnd-case-notification-service/xml-hl7-parser-service" pullPolicy: IfNotPresent tag: <release-version-tag> e.g v1.0.1
- Update the jdbc configurations
jdbc: dbserver: "" username: "DBUsername" password: "DBPassword" authUri: "http://keycloak.default.svc.cluster.local/auth/realms/NBS"
- Install Pod
helm install -f ./<replce-with-service-name>/values.yaml <replce-with-service-name> ./<replce-with-service-name>/
- Verify Pod
kubectl get pods
- Validate the service
https://<exampledomain>/hl7-parser/actuator/info https://<exampledomain>/hl7-parser/actuator/health