chore: add flux and flux consumer service#12
Merged
pratapalakshmi merged 4 commits intomainfrom Apr 14, 2026
Merged
Conversation
Collaborator
|
Rebase this and please push the changes |
- Added new Flux-related resources including configmaps and deployments to kustomization.yaml. - Updated images section to include the Flux commercial image with the latest tag.
- Deleted Flux-related ConfigMaps, Secrets, and Deployments from kustomization.yaml and their respective files. - Updated the images section to remove references to the Flux commercial image. - Cleaned up the kustomization.yaml to reflect the removal of Flux components.
- Introduced AMAZONMQ_SECRET_ARN and ELASTICACHE_SECRET_ARN fields in secret.yaml for managed AWS services. - Updated documentation to reflect the new optional secret ARNs for enhanced service integration.
Flux services need shared config (REDIS_AUTH_TOKEN_KEY, RABBITMQ_USER_KEY, RABBITMQ_PASSWORD_KEY) and secrets from plane-app-vars and plane-app-secrets to resolve AWS Secrets Manager credentials, matching silo's envFrom pattern. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
17698a1 to
e768f45
Compare
pratapalakshmi
approved these changes
Apr 14, 2026
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.
Description
This pull request introduces the configuration and deployment setup for the new Flux service and its consumer in the Kubernetes environment. It adds the necessary ConfigMaps, Secrets, and Deployment manifests, and updates the kustomization to include these new resources and images.
Type of Change