Add pod scheduling capability (#76) - #77
Conversation
|
Is this ready for review? |
|
Hey there, |
|
@orweis yes this is ready for review |
|
Hi, |
|
Hi @cdav @JackOneil @luborpetr, thanks for this contribution! The code looks good. One change needed before we merge: please add the default values to values.yaml under both server and client. server: ...existing fields...podLabels: {} client: ...existing fields...podLabels: {} Right now these fields are only in values.schema.json, so they won't appear when users run helm show values. Once that's in, happy to merge! |
|
Hi @cdav @JackOneil @luborpetr , thanks again for this contribution! We've decided to merge this PR as-is. |
Adds support for Kubernetes pod scheduling to OPAL server and client deployments.