Skip to content
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

Automatic Port Forwarding #7

Open
wcygan opened this issue Nov 19, 2024 · 0 comments
Open

Automatic Port Forwarding #7

wcygan opened this issue Nov 19, 2024 · 0 comments
Labels
high-priority Should be worked on soon

Comments

@wcygan
Copy link
Contributor

wcygan commented Nov 19, 2024

It would be nice if flock-db and keycloak automatically had port forwarding configurations applied to them when running skaffold dev

Essentially, we would want to turn these commands into a skaffold configuration (similar to how flock-api does it):

kubectl port-forward --namespace keycloak svc/keycloak 9091:80
kubectl port-forward svc/flock-db-rw 5432:5432

References:

  1. Add Flock DB (Postgres) #3
  2. Add KeyCloak #5
@wcygan wcygan added the high-priority Should be worked on soon label Nov 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
high-priority Should be worked on soon
Projects
None yet
Development

No branches or pull requests

1 participant