Merge examples into one directory.
This commit is contained in:
parent
93f12b1239
commit
6e0eefb913
|
|
@ -17,7 +17,7 @@ metadata:
|
|||
name: hamster
|
||||
namespace: default
|
||||
spec:
|
||||
replicas: 1
|
||||
replicas: 2
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
apiVersion: poc.autoscaling.k8s.io/v1alpha1
|
||||
kind: VerticalPodAutoscaler
|
||||
metadata:
|
||||
name: redis-vpa
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: redis
|
||||
|
||||
Loading…
Reference in New Issue