Update deployment.yaml
f707b7b parent: ffe167c modified
dev/deployment.yaml +1 -1 | @@ -6,7 +6,7 @@ spec: | ||
| 6 | 6 | selector: |
| 7 | 7 | matchLabels: |
| 8 | 8 | app: myapp |
| 9 | - replicas: 2 | |
| 9 | + replicas: 3 | |
| 10 | 10 | template: |
| 11 | 11 | metadata: |
| 12 | 12 | labels: |
| @@ -6,7 +6,7 @@ spec: | |||
| 6 | selector: | 6 | selector: |
| 7 | matchLabels: | 7 | matchLabels: |
| 8 | app: myapp | 8 | app: myapp |
| 9 | - replicas: 2 | 9 | + replicas: 3 |
| 10 | template: | 10 | template: |
| 11 | metadata: | 11 | metadata: |
| 12 | labels: | 12 | labels: |