Update fly-keda.yaml

Replaced KEDA-fly trigger type, cpu > memory.
This commit is contained in:
Sebastian Cavedale 2024-04-16 10:38:28 -03:00 committed by GitHub
parent 97ac266bed
commit c41ffccf39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ spec:
minReplicaCount: 2
maxReplicaCount: 10
triggers:
- type: cpu
- type: memory
metricType: Utilization # Allowed types are 'Utilization' or 'AverageValue'
metadata:
value: "90"
value: "90"