diff --git a/deployment.yml b/deployment.yml index 089497e..fe36e18 100644 --- a/deployment.yml +++ b/deployment.yml @@ -3,17 +3,17 @@ kind: Deployment metadata: name: my-app spec: - replicas: 3 + replicas: 4 selector: matchLabels: app: my-app template: metadata: labels: - app: my-app + app: my-app spec: containers: - name: cont-1 - image: shaikmustafa/dm + image: shaikmustafa/cycle ports: - containerPort: 80