Skip to content

Instantly share code, notes, and snippets.

@masroorhasan
Last active January 20, 2019 22:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save masroorhasan/b9b4535b683d53f164e73c19ff647e17 to your computer and use it in GitHub Desktop.
Save masroorhasan/b9b4535b683d53f164e73c19ff647e17 to your computer and use it in GitHub Desktop.
apiVersion: machinelearning.seldon.io/v1alpha2
kind: SeldonDeployment
metadata:
labels:
app: seldon
ksonnet.io/component: housing-serve-gb
name: housing-serve-gb
namespace: seldon-serving
spec:
annotations:
deployment_version: v1
project_name: housing-serve-gb
name: housing-serve-gb
oauth_key: ""
oauth_secret: ""
predictors:
- componentSpecs:
- spec:
containers:
- image: masroorhasan/housinggbserve:1.0
name: housing-serve-gb
imagePullPolicy: IfNotPresent
resources:
requests:
memory: 256Mi
cpu: 300m
graph:
children: []
name: housing-serve-gb
endpoint:
type: GRPC
type: MODEL
name: housing-serve-gb
replicas: 1
annotations:
predictor_version: v1
# JVM likes to chew through memory, prevent unbounded growth
seldon.io/engine-java-opts: -Xmx512m
svcOrchSpec:
resources:
requests:
memory: 256Mi
cpu: 100m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment