Skip to content

Commit

Permalink
Merge pull request #305 from ChenyuanZ/feature/allow_disable_redis
Browse files Browse the repository at this point in the history
Allow disable redis

Thanks!
  • Loading branch information
ukclivecox authored Nov 19, 2018
2 parents aedeb26 + 1e44d9a commit 48d2bbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm-charts/seldon-core/templates/redis-deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{- if .Values.redis.enabled }}
---
apiVersion: extensions/v1beta1
kind: Deployment
Expand Down Expand Up @@ -45,5 +46,4 @@ spec:
type: ClusterIP
status:
loadBalancer: {}


{{- end }}
1 change: 1 addition & 0 deletions helm-charts/seldon-core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ rbac:
create: true
name: seldon
redis:
enabled: true
image:
name: redis:4.0.1

0 comments on commit 48d2bbb

Please sign in to comment.