File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ metadata:
77 annotations :
88 component.drycc.cc/version : {{ .Values.imageTag }}
99spec :
10- replicas : {{ .Values.celeryReplicas }}
10+ replicas : {{ .Values.celery.replicas }}
1111 strategy :
1212 rollingUpdate :
1313 maxSurge : 1
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ metadata:
77 annotations :
88 component.drycc.cc/version : {{ .Values.imageTag }}
99spec :
10- replicas : {{ .Values.replicas }}
10+ replicas : {{ .Values.api. replicas }}
1111 strategy :
1212 rollingUpdate :
1313 maxSurge : 1
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ imageOrg: "drycc-addons"
22imageTag : " canary"
33imageRegistry : " registry.drycc.cc"
44imagePullPolicy : " Always"
5- replicas : 1
5+
66
77# # Enable diagnostic mode
88# #
@@ -24,8 +24,6 @@ repositories:
2424 - name : drycc-helm-broker
2525 url : https://github.com/drycc/addons/releases/download/latest/index.yaml
2626
27- celeryReplicas : 1
28-
2927# broker_credentials:
3028# Optional Usernames and passwords that will be required to communicate with service broker
3129username : admin
@@ -42,6 +40,7 @@ environment:
4240 # HELMBROKER_CONFIG_ROOT: /etc/helmbroker
4341
4442api :
43+ replicas : 1
4544 resources : {}
4645 # limits:
4746 # cpu: 200m
6463 app : " drycc-helmbroker"
6564
6665celery :
66+ replicas : 1
6767 resources : {}
6868 # limits:
6969 # cpu: 200m
You can’t perform that action at this time.
0 commit comments