Skip to content

Commit 49e1588

Browse files
authored
Merge pull request #9 from ozerovandrei/fix-deployments
Use separate names in Deployments
2 parents 030e3c7 + ad221d9 commit 49e1588

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deployments/nginx-1.17-replicas.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
apiVersion: apps/v1
44
kind: Deployment
55
metadata:
6-
name: nginx-deployment
6+
name: nginx-1.17-replicas
77
spec:
88
replicas: 4
99
selector:

deployments/nginx-1.17-volume.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
apiVersion: apps/v1
44
kind: Deployment
55
metadata:
6-
name: nginx-deployment
6+
name: nginx-1.17-volume
77
spec:
88
replicas: 1
99
selector:

0 commit comments

Comments
 (0)