mirror of
https://github.com/helm/charts.git
synced 2026-08-19 20:37:05 +00:00
* [incubator/tensorflow-notebook] add tensorflow notebook and tensorboard add hook * update helmignore * add home * change Always to IfNotPresent * move to stable
26 lines
553 B
YAML
26 lines
553 B
YAML
# Default values for ack-tensorflow-dev.
|
|
# This is a YAML-formatted file.
|
|
# Declare variables to be passed into your templates.
|
|
jupyter:
|
|
image:
|
|
repository: tensorflow/tensorflow
|
|
tag: 1.6.0-devel
|
|
pullPolicy: IfNotPresent
|
|
password: tensorflow
|
|
resources: {}
|
|
# limits:
|
|
# cpu: 100m
|
|
# memory: 128Mi
|
|
# nvidia.com/gpu: 1
|
|
# requests:
|
|
# cpu: 100m
|
|
# memory: 128Mi
|
|
# nvidia.com/gpu: 1
|
|
tensorboard:
|
|
image:
|
|
repository: tensorflow/tensorflow
|
|
tag: 1.6.0-devel
|
|
pullPolicy: IfNotPresent
|
|
service:
|
|
type: LoadBalancer
|