-
Notifications
You must be signed in to change notification settings - Fork 835
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #39 from gsunner/release-version-script
helm yaml files updated for release script usage
- Loading branch information
Showing
3 changed files
with
80 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|