Merge examples into one directory.

This commit is contained in:
kgrygiel 2018-02-01 11:43:10 +01:00
parent 93f12b1239
commit 6e0eefb913
3 changed files with 10 additions and 10 deletions

View File

@ -17,7 +17,7 @@ metadata:
name: hamster
namespace: default
spec:
replicas: 1
replicas: 2
template:
metadata:
labels:

View File

@ -1,3 +1,12 @@
apiVersion: poc.autoscaling.k8s.io/v1alpha1
kind: VerticalPodAutoscaler
metadata:
name: redis-vpa
spec:
selector:
matchLabels:
app: redis
---
apiVersion: apps/v1beta2 # for versions before 1.8.0 use apps/v1beta1
kind: Deployment
metadata:

View File

@ -1,9 +0,0 @@
apiVersion: poc.autoscaling.k8s.io/v1alpha1
kind: VerticalPodAutoscaler
metadata:
name: redis-vpa
spec:
selector:
matchLabels:
app: redis