Table of contents
Data Extraction Service
- Helm chart can be found under chart/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
ingressHost: "data.EXAMPLE_DOMAIN" jdbc: dbserver: "EXAMPLE_DB_ENDPOINT" username: "EXAMPLE_ODSE_DB_USER" password: "EXAMPLE_ODSE_DB_USER_PASSWORD" authUri: "http://keycloak.default.svc.cluster.local/auth/realms/NBS" kafka: cluster: "EXAMPLE_MSK_KAFKA_ENDPOINT"
- Install Pod
helm install data-extraction-service -f ./data-extraction-service/values.yaml data-extraction-service
- Verify Pod
kubectl get pods
- Validate the service
https://<data.EXAMPLE_DOMAIN>/data-extraction/actuator/health https://<data.EXAMPLE_DOMAIN>/data-extraction/actuator/info