Skip to content

Commit b9971f2

Browse files
authored
Merge pull request #23513 from cheng0214/patch-1
Update chinese horizontal-pod-autoscale-walkthrough.md
2 parents e72e653 + 0beb047 commit b9971f2

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)