diff --git a/examples/sn-platform/autoscaling-resource-metrics.yaml b/examples/sn-platform/autoscaling-resource-metrics.yaml index 7bf2e1692..699f90dda 100644 --- a/examples/sn-platform/autoscaling-resource-metrics.yaml +++ b/examples/sn-platform/autoscaling-resource-metrics.yaml @@ -6,12 +6,12 @@ broker: # Deploy the https://github.com/kubernetes-sigs/metrics-server to support resource metrics. # Metrics server supports the cpu and memory PodMetrics. metrics: - type: Resource - resource: - name: cpu - target: - type: Utilization - averageUtilization: 70 + - type: Resource + resource: + name: cpu + target: + type: Utilization + averageUtilization: 70 bookkeeper: autoScaling: @@ -21,9 +21,9 @@ bookkeeper: # Deploy the https://github.com/kubernetes-sigs/metrics-server to support resource metrics. # Metrics server supports the cpu and memory PodMetrics. metrics: - type: Resource - resource: - name: cpu - target: - type: Utilization - averageUtilization: 70 \ No newline at end of file + - type: Resource + resource: + name: cpu + target: + type: Utilization + averageUtilization: 70 \ No newline at end of file