Skip to content

Commit

Permalink
support GPU for tensorflow inception, add appVersion, update docs (he…
Browse files Browse the repository at this point in the history
  • Loading branch information
cheyang authored and k8s-ci-robot committed Mar 29, 2018
1 parent e851ab6 commit 1d990f6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
3 changes: 2 additions & 1 deletion incubator/tensorflow-inception/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: tensorflow-inception
home: https://github.com/kubernetes/charts
version: 0.2.2
version: 0.2.3
appVersion: 1.4.0
description: Open source software library for numerical computation using data flow
graphs.
icon: https://camo.githubusercontent.com/ee91ac3c9f5ad840ebf70b54284498fe0e6ddb92/68747470733a2f2f7777772e74656e736f72666c6f772e6f72672f696d616765732f74665f6c6f676f5f7472616e73702e706e67
Expand Down
3 changes: 1 addition & 2 deletions incubator/tensorflow-inception/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ The following table lists the configurable parameters of the TensorFlow inceptio
| `ImageTag` | Container image tag | `latest` |
| `Replicas` | k8s deployment replicas | `1` |
| `Component` | k8s selector key | `tensorflow-inception` |
| `Cpu` | container requested cpu | `100m` |
| `Memory` | container requested memory | `512Mi` |
| `Resources` | Set the resource to be allocated and allowed for the Pods | `{}` |
| `ServicePort` | k8s service port | `9090` |
| `ContainerPort` | Container listening port | `9090` |

Expand Down
16 changes: 9 additions & 7 deletions incubator/tensorflow-inception/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ Replicas: 1
Image: "quay.io/lachie83/inception_serving"
ImageTag: "latest"
ImagePullPolicy: "IfNotPresent"
Resources:
limits:
cpu: 100m
memory: 256Mi
requests:
cpu: 100m
memory: 256Mi
Resources: {}
# limits:
# nvidia.com/gpu: 1
# cpu: 100m
# memory: 256Mi
# requests:
# nvidia.com/gpu: 1
# cpu: 100m
# memory: 256Mi

0 comments on commit 1d990f6

Please sign in to comment.