Last active
December 8, 2022 17:23
-
-
Save urangurang/4215586bf6d309b2b5aee5d4db017989 to your computer and use it in GitHub Desktop.
Helm values issue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
keda: | |
- type: cloudwatch | |
metrics: | |
- metricType: AverageValue | |
targetMetricValue: 24000 | |
dimensionValue: xxx | |
metricStat: Sum | |
metricStatPeriod: 60 | |
metricEndTimeOffset: 60 | |
- metricType: AverageValue | |
targetMetricValue: 24000 | |
dimensionValue: xxx | |
metricStat: Sum | |
metricStatPeriod: 60 | |
keda: | |
- type: cloudwatch | |
metrics: | |
- metricType: AverageValue | |
targetMetricValue: 24000 | |
dimensionValue: xxx | |
metricStat: Sum | |
metricStatPeriod: 60 | |
metricEndTimeOffset: 60 | |
- metricType: AverageValue | |
targetMetricValue: 24000 | |
dimensionValue: xxx | |
metricStat: Sum | |
metricStatPeriod: 60 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment