SeldonIO / seldon-operator

Seldon Core Operator for Kubernetes
Apache License 2.0
12 stars 10 forks source link

prepackaged servers: Tensorflow serving: ability to override only part of containers #68

Open desaintmartin opened 4 years ago

desaintmartin commented 4 years ago

For the TensorFlow Serving implementation, it is not possible in a SeldonDeployment to override part of the componentSpecs.spec.containers for the tfserving container. If one overrides it, he will need to override the whole container spec.

It would be a nice improvement to be able to only redefine part of it, like it is already done in the tensorflow proxy container.

Would you like a PR for this?