Skip to content
#

model-serving

Here are 77 public repositories matching this topic...

parano
parano commented Jan 27, 2022

Currently deployment creation allow users to set an env var and pass to the BentoServer container. However in production scenarios, users may want to get env var values directly from existing configmap or secret resources in their k8s cluster. e.g.:

env:
        # Define the environment variable
        - name: SPECIAL_LEVEL_KEY
          valueFrom:
            configMapKeyRef:
      
good first issue help wanted feature

Improve this page

Add a description, image, and links to the model-serving topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the model-serving topic, visit your repo's landing page and select "manage topics."

Learn more