mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
2997a5139b
updated policies according to new policy structure for testing
22 lines
452 B
YAML
22 lines
452 B
YAML
apiVersion: autoscaling/v2beta1
|
|
kind: HorizontalPodAutoscaler
|
|
metadata:
|
|
name: wildfly-example
|
|
labels:
|
|
originalLabel: isHere
|
|
spec:
|
|
scaleTargetRef:
|
|
apiVersion: extensions/v1beta1
|
|
kind: Deployment
|
|
name: wildfly-example
|
|
minReplicas: 1
|
|
maxReplicas: 5
|
|
metrics:
|
|
- type: Resource
|
|
resource:
|
|
name: cpu
|
|
targetAverageUtilization: 80
|
|
- type: Resource
|
|
resource:
|
|
name: memory
|
|
targetAverageValue: 1000Mi
|