Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pragmaticivan committed Sep 9, 2024
1 parent b1a3f11 commit 3bb74aa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@ spec:
name: example-service # Custom HPA name is required and should match the existing HPA name
triggers:
- type: memory
metricType: AverageValue
metricType: Utilization
metadata:
value: "50"
- type: cpu
metricType: AverageValue
metricType: Utilization
metadata:
value: "50"
- type: cron
Expand Down

0 comments on commit 3bb74aa

Please sign in to comment.