13
0
Fork 0
mirror of https://github.com/yannh/kubeconform.git synced 2026-06-29 00:10:45 +00:00
kubeconform/fixtures/valid_version.yaml
2020-06-06 18:46:08 +02:00

12 lines
258 B
YAML

apiVersion: autoscaling/v1
kind: HorizontalPodAutoscaler
metadata:
name: my-app-hpa
spec:
minReplicas: 100
maxReplicas: 300
scaleTargetRef:
apiVersion: extensions/v1beta1
kind: Deployment
name: my-app
targetCPUUtilizationPercentage: 15