-
Notifications
You must be signed in to change notification settings - Fork 0
argoCD managed version #32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
b7f09e9
to
6b8f442
Compare
6b8f442
to
45eb732
Compare
45eb732
to
f561e43
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Overview
This PR updates the deployment configurations for various services to include explicit container port definitions, ensuring that ArgoCD has the correct networking configuration when managing these resources.
- Added explicit "ports" sections for democracy-app, qr-code-handler, democracy-api, bundestagio-admin, bundestagio, bundestagio-dip, and democracy-mongo containers.
- Adjusted the kustomization.yaml resources list formatting.
Reviewed Changes
File | Description |
---|---|
kustomize/base/main/democracy-app-depl.yaml | Added container port 3000/TCP entry. |
kustomize/base/main/qr-code-handler-depl.yaml | Added container port 3000/TCP entry. |
kustomize/base/main/democracy-api-depl.yaml | Added container port 3000/TCP entry. |
kustomize/base/local/democracy-mongo-depl.yaml | Added container port 27017 entry. |
kustomize/base/main/bundestagio-depl.yaml | Added container port 3100/TCP entry. |
kustomize/base/main/bundestagio-dip-depl.yaml | Added container port 3101/TCP entry. |
kustomize/base/main/bundestagio-admin-depl.yaml | Added container port 3000/TCP entry. |
kustomize/base/main/kustomization.yaml | Adjusted resources list formatting, note potential nested list issue. |
Copilot reviewed 18 out of 18 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (1)
kustomize/base/main/kustomization.yaml:4
- The extra dash before '../gorush' creates a nested list which may break the resource referencing in kustomization. Please adjust the indenting so that the list remains flat.
- - ../gorush
Signed-off-by: Manuel Ruck <[email protected]>
Signed-off-by: Manuel Ruck <[email protected]>
Signed-off-by: Manuel Ruck <[email protected]>
Signed-off-by: Manuel Ruck <[email protected]>
Signed-off-by: Manuel Ruck <[email protected]>
fe41590
to
9f10bea
Compare
No description provided.