Table of contents
Data Extraction Service
- Validate the image tag
image: repository: "quay.io/us-cdcgov/cdc-nbs-modernization/nnd-case-notification-service/data-extraction-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" kafka: cluster: ""
- 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>/data-extraction/actuator/health https://<exampledomain>/data-extraction/actuator/info