Changing Kubernetes Airbyte worker configuration

the workers are always named airbyte-worker-<something>

however, this I think dedicates “slots” within the worker for doing work; so you wont see 2 pods due to this setting. I guess its essentially like “threads”; ie if you have 20 pending syncs and 3 workers that can handle 5 each; then you need another worker, or the remaining 5 have to wait their turn