mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 01:16:55 +00:00
21 lines
482 B
YAML
21 lines
482 B
YAML
|
apiVersion : policy.nirmata.io/v1alpha1
|
||
|
kind : Policy
|
||
|
metadata :
|
||
|
name : policy-hpa
|
||
|
spec :
|
||
|
failurePolicy: stopOnError
|
||
|
rules:
|
||
|
- resource:
|
||
|
kind : HorizontalPodAutoscaler
|
||
|
selector:
|
||
|
matchLabels:
|
||
|
originalLabel: isHere
|
||
|
patch:
|
||
|
- path: "/metadata/labels"
|
||
|
op: add
|
||
|
value:
|
||
|
isMutated: "true"
|
||
|
- op: replace
|
||
|
path: "/spec/metrics/1/resource/targetAverageValue"
|
||
|
value: "959Mi"
|