Skip to content

Commit

Permalink
Merge pull request #52 from dstrebel/patch-1
Browse files Browse the repository at this point in the history
Update Deployment Object API Version
  • Loading branch information
zr-msft authored Mar 17, 2020
2 parents 62f6424 + e974b72 commit b9100f0
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions azure-vote-all-in-one-redis.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: azure-vote-back
spec:
replicas: 1
selector:
matchLabels:
app: azure-vote-back
template:
metadata:
labels:
Expand All @@ -28,12 +31,15 @@ spec:
selector:
app: azure-vote-back
---
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: azure-vote-front
spec:
replicas: 1
selector:
matchLabels:
app: azure-vote-front
strategy:
rollingUpdate:
maxSurge: 1
Expand Down

0 comments on commit b9100f0

Please sign in to comment.