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

How to set type of K8s Service created by SeldonDeployment #5299

Open
tomaszstachera opened this issue Feb 9, 2024 · 0 comments
Open

How to set type of K8s Service created by SeldonDeployment #5299

tomaszstachera opened this issue Feb 9, 2024 · 0 comments
Labels

Comments

@tomaszstachera
Copy link

Describe the bug

I don't know how to change Service type created by SeldonDeployment.

To reproduce

apiVersion: machinelearning.seldon.io/v1
kind: SeldonDeployment
metadata:
  name: multi
  namespace: tomasz
spec:
  predictors:
  - graph:
      implementation: TRITON_SERVER
      logger:
        mode: all
      modelUri: pvc://ts-seldon-4-volume/triton/multi
      name: multi
      type: MODEL
      endpoint:
        type: NodePort
    componentSpecs:
    - spec:
        containers:
        - name: multi
        tolerations:
          - key: SystemResources
            value: reservedFor
            effect: NoSchedule
    explainer:
      endpoint:
        type: NodePort
    name: default
    replicas: 1
    labels:
      sidecar.istio.io/inject: "true"
  protocol: v2

Expected behaviour

I would like to have NodePort service.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant