IEBH-483: Deploy atlas in prod#53
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Deploys Apache Atlas and supporting provenance/lineage components into the prod ArgoCD-managed cluster, including wiring BFF to the new provenance endpoint and bumping relevant service/image versions.
Changes:
- Bump prod image tags for
dataops-serviceandmetadata-event-handler, and add image tag entries forlineage-event-handlerandaudit-trail-serviceinclusters/prod/versions.yaml. - Add new prod ArgoCD applications (Helm wrapper charts + values + secrets/PVC templates where needed) for atlas, audit-trail, and lineage-event-handler.
- Update prod BFF configuration to use
audit-trailas thePROVENANCE_SERVICEinstead of localhost.
Reviewed changes
Copilot reviewed 15 out of 15 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| clusters/prod/versions.yaml | Bumps/introduces image tags and adds chart version entry for audit-trail-service to support prod rollout. |
| clusters/prod/apps/lineage-event-handler/values.yaml | Adds prod Helm values for lineage-event-handler deployment (Kafka + Atlas connectivity env). |
| clusters/prod/apps/lineage-event-handler/Chart.yaml | Introduces wrapper chart using metadata-event-handler as a dependency with an alias for lineage-event-handler. |
| clusters/prod/apps/lineage-event-handler/application.yaml | Adds ArgoCD Application to deploy lineage-event-handler into utility namespace (sync-wave 9). |
| clusters/prod/apps/kg-integration/values.yaml | Bumps kg-integration image tag to 1.3.36. |
| clusters/prod/apps/bff/values.yaml | Bumps BFF image tag and repoints PROVENANCE_SERVICE to http://audit-trail.utility:5077. |
| clusters/prod/apps/audit-trail/values.yaml | Adds prod Helm values for audit-trail-service deployment and health probes. |
| clusters/prod/apps/audit-trail/templates/external-secret.yaml | Adds ExternalSecret for audit-trail-credentials (Atlas password) in utility. |
| clusters/prod/apps/audit-trail/Chart.yaml | Introduces wrapper chart depending on audit-trail-service chart 0.2.0. |
| clusters/prod/apps/audit-trail/application.yaml | Adds ArgoCD Application to deploy audit-trail into utility namespace (sync-wave 9). |
| clusters/prod/apps/atlas/values.yaml | Adds prod Helm values for Atlas, including PVC mounts and startup command that configures admin password from a secret. |
| clusters/prod/apps/atlas/templates/pvc.yaml | Adds PVC template for Atlas persistent storage. |
| clusters/prod/apps/atlas/templates/external-secret.yaml | Adds ExternalSecret for atlas-credentials (admin password) in the release namespace. |
| clusters/prod/apps/atlas/Chart.yaml | Introduces wrapper chart depending on base-chart-hdc chart 1.0.1. |
| clusters/prod/apps/atlas/application.yaml | Adds ArgoCD Application to deploy Atlas into utility namespace (sync-wave 8). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Deploy atlas and related services in prod.