File tree Expand file tree Collapse file tree 7 files changed +29
-35
lines changed
seldon-core/seldon-core/prototypes Expand file tree Collapse file tree 7 files changed +29
-35
lines changed Original file line number Diff line number Diff line change 1010
1111 <groupId >io.seldon.apife</groupId >
1212 <artifactId >seldon-apife</artifactId >
13- <version >0.2.1-SNAPSHOT-CRD </version >
13+ <version >0.2.1</version >
1414 <packaging >jar</packaging >
1515
1616 <name >api-frontend</name >
Original file line number Diff line number Diff line change 44 <groupId >io.seldon.clustermanager</groupId >
55 <artifactId >seldon-cluster-manager</artifactId >
66 <packaging >jar</packaging >
7- <version >0.2.1-SNAPSHOT-CRD </version >
7+ <version >0.2.1</version >
88 <name >seldon-cluster-manager</name >
99 <url >http://maven.apache.org</url >
1010
Original file line number Diff line number Diff line change 1010
1111 <groupId >io.seldon.engine</groupId >
1212 <artifactId >seldon-engine</artifactId >
13- <version >0.2.1-SNAPSHOT-CRD </version >
13+ <version >0.2.1</version >
1414 <packaging >jar</packaging >
1515
1616 <name >engine</name >
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ keywords:
66name : seldon-core-crd
77sources :
88- https://github.com/SeldonIO/seldon-core
9- version : 0.2.1-SNAPSHOT-CRD
9+ version : 0.2.1
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ keywords:
66name : seldon-core
77sources :
88- https://github.com/SeldonIO/seldon-core
9- version : 0.2.1-SNAPSHOT-CRD
9+ version : 0.2.1
Original file line number Diff line number Diff line change 1+ ambassador :
2+ annotations :
3+ getambassador.io/config : " ---\n apiVersion: ambassador/v0\n kind: Module\n name:\
4+ \ ambassador\n config:\n service_port: 8080\n "
5+ enabled : false
6+ image :
7+ name : quay.io/datawire/ambassador:0.35.1
8+ resources :
9+ limits :
10+ cpu : 1
11+ memory : 400Mi
12+ requests :
13+ cpu : 200m
14+ memory : 128Mi
15+ service_type : NodePort
16+ statsd :
17+ image :
18+ name : datawire/prom-statsd-exporter:0.6.0
119apife :
220 enabled : true
321 image :
4- name : seldonio/apife:0.2.1-SNAPSHOT-CRD
22+ name : seldonio/apife:0.2.1
523 pull_policy : IfNotPresent
624 service_type : NodePort
725cluster_manager :
826 image :
9- name : seldonio/cluster-manager:0.2.1-SNAPSHOT-CRD
27+ name : seldonio/cluster-manager:0.2.1
1028 pull_policy : IfNotPresent
1129 java_opts : ' '
1230 spring_opts : ' '
1331engine :
1432 image :
15- name : seldonio/engine:0.2.1-SNAPSHOT-CRD
33+ name : seldonio/engine:0.2.1
1634rbac :
1735 enabled : true
1836 rolebinding :
2341redis :
2442 image :
2543 name : redis:4.0.1
26- ambassador :
27- enabled : false
28- service_type : NodePort
29- image :
30- name : quay.io/datawire/ambassador:0.35.1
31- statsd :
32- image :
33- name : datawire/prom-statsd-exporter:0.6.0
34- annotations :
35- getambassador.io/config : |
36- ---
37- apiVersion: ambassador/v0
38- kind: Module
39- name: ambassador
40- config:
41- service_port: 8080
42- resources :
43- limits :
44- cpu : 1
45- memory : 400Mi
46- requests :
47- cpu : 200m
48- memory : 128Mi
49-
Original file line number Diff line number Diff line change 66// @optionalParam namespace string default Namespace
77// @optionalParam withRbac string false Whether to include RBAC setup
88// @optionalParam withApife string true Whether to include builtin API Oauth fornt end server for ingress
9- // @optionalParam apifeImage string seldonio/apife:0.2.1-SNAPSHOT-CRD Default image for API Front End
9+ // @optionalParam apifeImage string seldonio/apife:0.2.1 Default image for API Front End
1010// @optionalParam apifeServiceType string NodePort API Front End Service Type
11- // @optionalParam operatorImage string seldonio/cluster-manager:0.2.1-SNAPSHOT-CRD Seldon cluster manager image version
11+ // @optionalParam operatorImage string seldonio/cluster-manager:0.2.1 Seldon cluster manager image version
1212// @optionalParam operatorSpringOpts string null cluster manager spring opts
1313// @optionalParam operatorJavaOpts string null cluster manager java opts
14- // @optionalParam engineImage string seldonio/engine:0.2.1-SNAPSHOT-CRD Seldon engine image version
14+ // @optionalParam engineImage string seldonio/engine:0.2.1 Seldon engine image version
1515
1616// TODO(https://github.com/ksonnet/ksonnet/issues/222): We have to add namespace as an explicit parameter
1717// because ksonnet doesn't support inheriting it from the environment yet.
You can’t perform that action at this time.
0 commit comments