Skip to content

Commit

Permalink
Merge pull request #1006 from cliveseldon/0.5_issues
Browse files Browse the repository at this point in the history
Update spartakus to use apps/v1
  • Loading branch information
seldondev authored Oct 28, 2019
2 parents 922c804 + f806a12 commit bc59fed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{{- if .Values.usageMetrics.enabled }}
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: seldon-spartakus-volunteer
namespace: kube-system
spec:
replicas: 1
selector:
matchLabels:
app: seldon-spartakus-volunteer
template:
metadata:
labels:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: seldon-spartakus-volunteer
namespace: kube-system
spec:
replicas: 1
selector:
matchLabels:
app: seldon-spartakus-volunteer
template:
metadata:
labels:
Expand Down

0 comments on commit bc59fed

Please sign in to comment.