Closed bojiang closed 1 year ago
Example bento: https://default.cloud.bentoml.com/bento_repositories/monitor_example_classification/bentos/dhumdqufzwcciusu Example CR:
apiVersion: serving.yatai.ai/v1alpha3 kind: BentoDeployment metadata: name: my-bento-deployment namespace: my-namespace spec: bento_tag: monitor_example_classification:dhumdqufzwcciusu ingress: enabled: true resources: limits: cpu: 2000m memory: "1Gi" requests: cpu: 1000m memory: "1Gi" runners: - name: iris_clf resources: limits: cpu: 2000m memory: "1Gi" requests: cpu: 1000m memory: "1Gi" monitorExporter: enabled: true output: stdout options: workers: 4
/run-e2e Update: You can check the progress here
/run-e2e Update: You can check the progress here Update: You can check the progress here
LGTM
Example bento: https://default.cloud.bentoml.com/bento_repositories/monitor_example_classification/bentos/dhumdqufzwcciusu Example CR: