Skip to content

Commit d4daf52

Browse files
nevermarinedanilrwx
authored andcommitted
set replicas to 1 for virtualization-controller
Signed-off-by: Maksim Fedotov <[email protected]>
1 parent 8de8437 commit d4daf52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/virtualization-controller/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ metadata:
5454
namespace: d8-{{ .Chart.Name }}
5555
{{- include "helm_lib_module_labels" (list . (dict "app" "virtualization-controller")) | nindent 2 }}
5656
spec:
57-
replicas: {{ include "helm_lib_is_ha_to_value" (list . 3 1) }}
57+
replicas: 1
5858
{{- if (include "helm_lib_ha_enabled" .) }}
5959
strategy:
6060
type: RollingUpdate

0 commit comments

Comments
 (0)