File tree Expand file tree Collapse file tree 4 files changed +3
-6
lines changed
charts/nginx-gateway-fabric
internal/controller/provisioner Expand file tree Collapse file tree 4 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 18
18
{{- if .Values.nginx.autoscaling.enabled }}
19
19
autoscaling :
20
20
enabled : {{ .Values.nginx.autoscaling.enabled }}
21
- {{- if .Values.nginx.autoscaling.hpaAnnotations }}
22
- hpaAnnotations :
23
- {{- toYaml .Values.nginx.autoscaling.hpaAnnotations | nindent 10 }}
24
- {{- end }}
25
21
minReplicas : {{ .Values.nginx.autoscaling.minReplicas }}
26
22
maxReplicas : {{ .Values.nginx.autoscaling.maxReplicas }}
27
23
{{- if .Values.nginx.autoscaling.targetCPUUtilizationPercentage }}
Original file line number Diff line number Diff line change @@ -232,7 +232,6 @@ nginx:
232
232
autoscaling :
233
233
# Enable or disable Horizontal Pod Autoscaler
234
234
enabled : false
235
- # hpaAnnotations: {}
236
235
# minReplicas: 1
237
236
# maxReplicas: 11
238
237
# targetCPUUtilizationPercentage: 50
Original file line number Diff line number Diff line change @@ -4181,6 +4181,7 @@ spec:
4181
4181
description: Enable or disable Horizontal Pod Autoscaler
4182
4182
type: boolean
4183
4183
<<<<<<< HEAD
4184
+ <<<<<<< HEAD
4184
4185
=======
4185
4186
hpaAnnotations:
4186
4187
additionalProperties:
@@ -4192,6 +4193,8 @@ spec:
4192
4193
queryable and should be preserved when modifying objects.
4193
4194
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations
4194
4195
type: object
4196
+ >>>>>>> Code Review
4197
+ =======
4195
4198
>>>>>>> Code Review
4196
4199
maxReplicas:
4197
4200
description: Maximum number of replicas.
Original file line number Diff line number Diff line change @@ -81,7 +81,6 @@ func newEventLoop(
81
81
k8spredicate .And (
82
82
k8spredicate.GenerationChangedPredicate {},
83
83
nginxResourceLabelPredicate ,
84
- predicate.RestartDeploymentAnnotationPredicate {},
85
84
),
86
85
),
87
86
},
You can’t perform that action at this time.
0 commit comments