Skip to content

Commit

Permalink
Changes for minikube demo in seldon namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ukclivecox committed Feb 17, 2018
1 parent c5c1144 commit c1cdf75
Show file tree
Hide file tree
Showing 5 changed files with 466 additions and 235 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ items:
name: locust-master-{{ .Values.loadtest.id }}
service: seldon
name: locust-master-{{ .Values.loadtest.id }}
namespace: {{ .Release.Namespace }}
spec:
replicas: 1
selector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
name: locust-slave-{{ .Values.loadtest.id }}
service: seldon
name: locust-slave-{{ .Values.loadtest.id }}
namespace: {{ .Release.Namespace }}
spec:
replicas: 1
selector:
Expand Down
Loading

0 comments on commit c1cdf75

Please sign in to comment.