Skip to content

Commit 0beb047

Browse files
authored
Update horizontal-pod-autoscale-walkthrough.md
The yaml example file has mistake
1 parent 847c750 commit 0beb047

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/zh/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,9 @@ spec:
444444
pods:
445445
metric:
446446
name: packets-per-second
447-
targetAverageValue: 1k
447+
target:
448+
type: AverageValue
449+
averageValue: 1k
448450
- type: Object
449451
object:
450452
metric:

0 commit comments

Comments
 (0)