Skip to content

Commit c969586

Browse files
committed
Bump remaining replicas to 2
1 parent 1708df9 commit c969586

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pkg/fixtures/deployments/helm/charts/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Default values for testapp.
22
# This is a YAML-formatted file.
33
# Declare variables to be passed into your templates.
4-
replicaCount: 1
4+
replicaCount: 2
55

66
namespace: default
77

pkg/fixtures/deployments/kustomize/base/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
kubernetes.azure.com/generator: draft
88
namespace: default
99
spec:
10-
replicas: 1
10+
replicas: 2
1111
selector:
1212
matchLabels:
1313
app.kubernetes.io/name: testapp

pkg/fixtures/deployments/manifest/manifests/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
kubernetes.azure.com/generator: draft
88
namespace: default
99
spec:
10-
replicas: 1
10+
replicas: 2
1111
selector:
1212
matchLabels:
1313
app.kubernetes.io/name: testapp

0 commit comments

Comments
 (0)