File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
22name : synapse
3- version : 0.50.0
3+ version : 0.50.1
Original file line number Diff line number Diff line change @@ -19,13 +19,17 @@ spec:
1919 - type : Resource
2020 resource :
2121 name : cpu
22- targetAverageUtilization : {{ .Values.matrixAuthentication.autoscaling.targetCPUUtilizationPercentage }}
22+ target :
23+ type : Utilization
24+ averageUtilization : {{ .Values.matrixAuthentication.autoscaling.targetCPUUtilizationPercentage }}
2325 {{- end }}
2426 {{- if .Values.matrixAuthentication.autoscaling.targetMemoryUtilizationPercentage }}
2527 - type : Resource
2628 resource :
2729 name : memory
28- targetAverageUtilization : {{ .Values.matrixAuthentication.autoscaling.targetMemoryUtilizationPercentage }}
30+ target :
31+ type : Utilization
32+ averageUtilization : {{ .Values.matrixAuthentication.autoscaling.targetMemoryUtilizationPercentage }}
2933 {{- end }}
3034{{- end }}
3135{{- end }}
You can’t perform that action at this time.
0 commit comments