Skip to content

Commit

Permalink
upgraded deployment manifest to k8s 1.16 compatible statefulset
Browse files Browse the repository at this point in the history
  • Loading branch information
erez-rabih committed May 17, 2020
1 parent 9771d69 commit 806070f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion kube/stateful.set.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: {{APP_NAME}}
spec:
serviceName: {{SVC_NAME}}
replicas: {{REPLICAS}}
selector:
matchLabels:
app: {{APP_NAME}}
template:
metadata:
labels:
Expand Down

0 comments on commit 806070f

Please sign in to comment.