Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

helm yaml files updated for release script usage #39

Merged
merged 1 commit into from
Jan 16, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions helm-charts/seldon-core/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v1
description: Seldon Core helm chart for Kubernetes
name: seldon-core
version: 0.1.1
keywords:
- kubernetes
- machine-learning
name: seldon-core
sources:
- https://github.com/SeldonIO/seldon-core
version: 0.1.1
67 changes: 22 additions & 45 deletions helm-charts/seldon-core/values.yaml
Original file line number Diff line number Diff line change
@@ -1,56 +1,33 @@
# Default values for seldon-core.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

alertmanager:
config:
enabled: false
apife:
image:
pull_policy: IfNotPresent
tag: 0.1.1
apife_service_type: NodePort
cluster_manager:
enabled: true
rbac: false
spring_opts: ""
# set the JAVA_OPTS
#java_opts: "-agentlib:jdwp=transport=dt_socket,address=127.0.0.1:8000,server=y,suspend=n"
java_opts: ""
image:
tag: "0.3.1"
pull_policy: "IfNotPresent"
apife:
image:
tag: "0.1.1"
pull_policy: "IfNotPresent"
pull_policy: IfNotPresent
tag: 0.3.1
java_opts: ''
rbac: false
spring_opts: ''
engine:
image:
tag: "0.2.1"

tag: 0.2.1
grafana_prom_service_type: NodePort
kafka_core:
image:
tag: "0.1"
zookeeper:
image:
tag: "1.0"
redis:
image:
tag: "4.0.1"
tag: '0.1'
kube_apiserver:
enabled: false


alertmanager:
# config disabled by default, create file "/files/alertmanager/config.yaml" then enable
config:
enabled: false


# set the grafana admin password
#grafana_prom_admin_password:

# Set the type of service for Grafana Prom
#grafana_prom_service_type: LoadBalancer
grafana_prom_service_type: NodePort

# Set the type of service for apife
#apife_service_type: LoadBalancer
apife_service_type: NodePort

# Persist data to a persitent volume
persistence:
enabled: true

redis:
image:
tag: 4.0.1
zookeeper:
image:
tag: '1.0'
56 changes: 56 additions & 0 deletions helm-charts/seldon-core/values.yaml.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# Default values for seldon-core.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

cluster_manager:
enabled: true
rbac: false
spring_opts: ""
# set the JAVA_OPTS
#java_opts: "-agentlib:jdwp=transport=dt_socket,address=127.0.0.1:8000,server=y,suspend=n"
java_opts: ""
image:
tag: "0.3.1"
pull_policy: "IfNotPresent"
apife:
image:
tag: "0.1.1"
pull_policy: "IfNotPresent"
engine:
image:
tag: "0.2.1"

kafka_core:
image:
tag: "0.1"
zookeeper:
image:
tag: "1.0"
redis:
image:
tag: "4.0.1"
kube_apiserver:
enabled: false


alertmanager:
# config disabled by default, create file "/files/alertmanager/config.yaml" then enable
config:
enabled: false


# set the grafana admin password
#grafana_prom_admin_password:

# Set the type of service for Grafana Prom
#grafana_prom_service_type: LoadBalancer
grafana_prom_service_type: NodePort

# Set the type of service for apife
#apife_service_type: LoadBalancer
apife_service_type: NodePort

# Persist data to a persitent volume
persistence:
enabled: true