Skip to content

Commit

Permalink
Merge pull request #39 from nanit/old-master
Browse files Browse the repository at this point in the history
reverted k8s 1.16 changes
  • Loading branch information
erez-rabih authored May 19, 2020
2 parents 5e5a595 + 748f996 commit feb9a5a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions kube/stateful.set.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
apiVersion: apps/v1
apiVersion: apps/v1beta1
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 feb9a5a

Please sign in to comment.