Values: Fix indention of commented values. (#9812)
This commit is contained in:
parent
0800f30dcb
commit
5806b58003
1 changed files with 18 additions and 18 deletions
|
@ -375,26 +375,26 @@ controller:
|
||||||
# annotations:
|
# annotations:
|
||||||
# key: value
|
# key: value
|
||||||
triggers: []
|
triggers: []
|
||||||
# - type: prometheus
|
# - type: prometheus
|
||||||
# metadata:
|
# metadata:
|
||||||
# serverAddress: http://<prometheus-host>:9090
|
# serverAddress: http://<prometheus-host>:9090
|
||||||
# metricName: http_requests_total
|
# metricName: http_requests_total
|
||||||
# threshold: '100'
|
# threshold: '100'
|
||||||
# query: sum(rate(http_requests_total{deployment="my-deployment"}[2m]))
|
# query: sum(rate(http_requests_total{deployment="my-deployment"}[2m]))
|
||||||
|
|
||||||
behavior: {}
|
behavior: {}
|
||||||
# scaleDown:
|
# scaleDown:
|
||||||
# stabilizationWindowSeconds: 300
|
# stabilizationWindowSeconds: 300
|
||||||
# policies:
|
# policies:
|
||||||
# - type: Pods
|
# - type: Pods
|
||||||
# value: 1
|
# value: 1
|
||||||
# periodSeconds: 180
|
# periodSeconds: 180
|
||||||
# scaleUp:
|
# scaleUp:
|
||||||
# stabilizationWindowSeconds: 300
|
# stabilizationWindowSeconds: 300
|
||||||
# policies:
|
# policies:
|
||||||
# - type: Pods
|
# - type: Pods
|
||||||
# value: 2
|
# value: 2
|
||||||
# periodSeconds: 60
|
# periodSeconds: 60
|
||||||
|
|
||||||
# -- Enable mimalloc as a drop-in replacement for malloc.
|
# -- Enable mimalloc as a drop-in replacement for malloc.
|
||||||
## ref: https://github.com/microsoft/mimalloc
|
## ref: https://github.com/microsoft/mimalloc
|
||||||
|
|
Loading…
Reference in a new issue