Skip to content

Update balancer deployment to reference correct secret name and add sealed secret configuration #105

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

TineoC
Copy link

@TineoC TineoC commented Jul 1, 2025

Deploy Balancer (Dev)

This MR adds a single-file Kustomize deployment for the balancer service.

Structure


balancer/
├── base/
│   ├── deployment.yml
│   ├── ingress.yml
│   ├── kustomization.yml
│   ├── secret.yaml
│   └── service.yml
└── overlays/
└── dev/
└── kustomization.yml

Usage

Apply dev overlay:

kubectl apply -k balancer/overlays/dev

Ensure secret.yaml has real values and your DNS/hosts points balancertestsite.com to the Ingress IP.

Verify

kubectl get pods,svc,ing -l app=balancer
curl -H "Host: balancertestsite.com" http://<INGRESS-IP>/

Cleanup

kubectl delete -k balancer/overlays/dev

@TineoC
Copy link
Author

TineoC commented Jul 1, 2025

@themightychris

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