Values: Fix indention of commented values. (#9812)

This commit is contained in:
Marco Ebert 2023-04-04 14:55:53 +02:00 committed by GitHub
parent 0800f30dcb
commit 5806b58003
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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