Skip to content

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

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

argoCD managed version #32

wants to merge 5 commits into from

Conversation

ManAnRuck
Copy link
Member

No description provided.

Copy link

@Copilot Copilot AI left a 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

Manuel Ruck added 5 commits March 22, 2025 16:57
Signed-off-by: Manuel Ruck <[email protected]>
Signed-off-by: Manuel Ruck <[email protected]>
Signed-off-by: Manuel Ruck <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant