File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616- (Feature) Improve CRD Management and deprecate CRD Chart
1717- (Bugfix) Fix invalid Timeout calculation in case of ActionList
1818- (Feature) Optional JSON logger format
19+ - (Improvement) Change Operator default ReplicasCount to 1
1920
2021## [ 1.2.24] ( https://github.com/arangodb/kube-arangodb/tree/1.2.24 ) (2023-01-25)
2122- (Bugfix) Fix deployment creation on ARM64
Original file line number Diff line number Diff line change 1+ apiVersion : v2
12name : kube-arangodb
23version : 1.2.24
34description : " ArangoDB Kubernetes Operator"
4- tillerVersion : " >2.7"
5- appVersion : 3.5.0
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ spec:
105105{{ if .Values.operator.features.backup }}
106106 - --operator.backup
107107{{- end }}
108- {{- if .Values.operator.debug }}
108+ {{- if or .Values.operator.debug (eq .Values.operator.replicaCount 1.0) }}
109109 - --mode.single
110110{{- end }}
111111{{ if .Values.operator.features.apps }}
Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ operator:
1313 resources :
1414 limits :
1515 cpu : 1
16- memory : 256Mi
16+ memory : 512Mi
1717 requests :
1818 cpu : 250m
1919 memory : 256Mi
2020 securityContext :
2121 runAsUser : 1000
22- replicaCount : 2
22+ replicaCount : 1
2323 updateStrategy :
2424 type : Recreate
2525 allowChaos : false
You can’t perform that action at this time.
0 commit comments