Skip to content

Commit

Permalink
Merge pull request #9 from ozerovandrei/fix-deployments
Browse files Browse the repository at this point in the history
Use separate names in Deployments
  • Loading branch information
ozerovandrei authored Dec 30, 2019
2 parents 030e3c7 + ad221d9 commit 49e1588
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployments/nginx-1.17-replicas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx-deployment
name: nginx-1.17-replicas
spec:
replicas: 4
selector:
Expand Down
2 changes: 1 addition & 1 deletion deployments/nginx-1.17-volume.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx-deployment
name: nginx-1.17-volume
spec:
replicas: 1
selector:
Expand Down

0 comments on commit 49e1588

Please sign in to comment.