Skip to content

Commit 1d5edda

Browse files
committed
chore(builder): add replicas
1 parent 7d47993 commit 1d5edda

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

charts/builder/templates/builder-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
annotations:
88
component.drycc.cc/version: {{ .Values.imageTag }}
99
spec:
10-
replicas: 1
10+
replicas: {{ .Values.replicas }}
1111
strategy:
1212
rollingUpdate:
1313
maxSurge: 1

charts/builder/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ imageOrg: "drycc"
22
imagePullPolicy: "Always"
33
imageTag: "canary"
44
imageRegistry: "registry.drycc.cc"
5+
6+
replicas: 1
7+
58
service:
69
# Provide any additional service annotations
710
annotations: {}

0 commit comments

Comments
 (0)