Added VPA
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
parent
7379a43178
commit
2ea466ed83
11
manifests/11-year-anniversary/vpa.yaml
Normal file
11
manifests/11-year-anniversary/vpa.yaml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
apiVersion: autoscaling.k8s.io/v1
|
||||||
|
kind: VerticalPodAutoscaler
|
||||||
|
metadata:
|
||||||
|
name: anniversary
|
||||||
|
spec:
|
||||||
|
targetRef:
|
||||||
|
apiVersion: "apps/v1"
|
||||||
|
kind: Deployment
|
||||||
|
name: anniversary
|
||||||
|
updatePolicy:
|
||||||
|
updateMode: "Auto"
|
27
manifests/_apps/vpa.yaml
Normal file
27
manifests/_apps/vpa.yaml
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: vpa
|
||||||
|
namespace: argocd
|
||||||
|
finalizers:
|
||||||
|
- resources-finalizer.argocd.argoproj.io
|
||||||
|
spec:
|
||||||
|
project: cluster.fun
|
||||||
|
destination:
|
||||||
|
namespace: kube-system
|
||||||
|
name: cluster-fun (scaleway)
|
||||||
|
source:
|
||||||
|
repoURL: 'https://charts.fairwinds.com/stable'
|
||||||
|
targetRevision: 0.5.0
|
||||||
|
chart: vpa
|
||||||
|
helm:
|
||||||
|
version: v3
|
||||||
|
values: |-
|
||||||
|
recommender:
|
||||||
|
extraArgs:
|
||||||
|
prometheus-address: "http://prometheus-server.monitoring.svc:80"
|
||||||
|
storage: prometheus
|
||||||
|
admissionController:
|
||||||
|
enabled: true
|
||||||
|
syncPolicy:
|
||||||
|
automated: {}
|
11
manifests/base64/vpa.yaml
Normal file
11
manifests/base64/vpa.yaml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
apiVersion: autoscaling.k8s.io/v1
|
||||||
|
kind: VerticalPodAutoscaler
|
||||||
|
metadata:
|
||||||
|
name: base64
|
||||||
|
spec:
|
||||||
|
targetRef:
|
||||||
|
apiVersion: "apps/v1"
|
||||||
|
kind: Deployment
|
||||||
|
name: base64
|
||||||
|
updatePolicy:
|
||||||
|
updateMode: "Auto"
|
11
manifests/blog/vpa.yaml
Normal file
11
manifests/blog/vpa.yaml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
apiVersion: autoscaling.k8s.io/v1
|
||||||
|
kind: VerticalPodAutoscaler
|
||||||
|
metadata:
|
||||||
|
name: blog
|
||||||
|
spec:
|
||||||
|
targetRef:
|
||||||
|
apiVersion: "apps/v1"
|
||||||
|
kind: Deployment
|
||||||
|
name: blog
|
||||||
|
updatePolicy:
|
||||||
|
updateMode: "Auto"
|
11
manifests/cors-proxy/vpa.yaml
Normal file
11
manifests/cors-proxy/vpa.yaml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
apiVersion: autoscaling.k8s.io/v1
|
||||||
|
kind: VerticalPodAutoscaler
|
||||||
|
metadata:
|
||||||
|
name: cors-proxy
|
||||||
|
spec:
|
||||||
|
targetRef:
|
||||||
|
apiVersion: "apps/v1"
|
||||||
|
kind: Deployment
|
||||||
|
name: cors-proxy
|
||||||
|
updatePolicy:
|
||||||
|
updateMode: "Auto"
|
11
manifests/cv/vpa.yaml
Normal file
11
manifests/cv/vpa.yaml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
apiVersion: autoscaling.k8s.io/v1
|
||||||
|
kind: VerticalPodAutoscaler
|
||||||
|
metadata:
|
||||||
|
name: cv
|
||||||
|
spec:
|
||||||
|
targetRef:
|
||||||
|
apiVersion: "apps/v1"
|
||||||
|
kind: Deployment
|
||||||
|
name: cv
|
||||||
|
updatePolicy:
|
||||||
|
updateMode: "Auto"
|
11
manifests/dashboard/vpa.yaml
Normal file
11
manifests/dashboard/vpa.yaml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
apiVersion: autoscaling.k8s.io/v1
|
||||||
|
kind: VerticalPodAutoscaler
|
||||||
|
metadata:
|
||||||
|
name: dashboard
|
||||||
|
spec:
|
||||||
|
targetRef:
|
||||||
|
apiVersion: "apps/v1"
|
||||||
|
kind: Deployment
|
||||||
|
name: dashboard
|
||||||
|
updatePolicy:
|
||||||
|
updateMode: "Auto"
|
11
manifests/feed-fetcher/vpa.yaml
Normal file
11
manifests/feed-fetcher/vpa.yaml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
apiVersion: autoscaling.k8s.io/v1
|
||||||
|
kind: VerticalPodAutoscaler
|
||||||
|
metadata:
|
||||||
|
name: feed-fetcher
|
||||||
|
spec:
|
||||||
|
targetRef:
|
||||||
|
apiVersion: "apps/v1"
|
||||||
|
kind: Deployment
|
||||||
|
name: feed-fetcher
|
||||||
|
updatePolicy:
|
||||||
|
updateMode: "Auto"
|
11
manifests/goplayground/vpa.yaml
Normal file
11
manifests/goplayground/vpa.yaml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
apiVersion: autoscaling.k8s.io/v1
|
||||||
|
kind: VerticalPodAutoscaler
|
||||||
|
metadata:
|
||||||
|
name: goplayground
|
||||||
|
spec:
|
||||||
|
targetRef:
|
||||||
|
apiVersion: "apps/v1"
|
||||||
|
kind: Deployment
|
||||||
|
name: goplayground
|
||||||
|
updatePolicy:
|
||||||
|
updateMode: "Auto"
|
11
manifests/nodered/vpa.yaml
Normal file
11
manifests/nodered/vpa.yaml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
apiVersion: autoscaling.k8s.io/v1
|
||||||
|
kind: VerticalPodAutoscaler
|
||||||
|
metadata:
|
||||||
|
name: node-red
|
||||||
|
spec:
|
||||||
|
targetRef:
|
||||||
|
apiVersion: "apps/v1"
|
||||||
|
kind: Deployment
|
||||||
|
name: node-red
|
||||||
|
updatePolicy:
|
||||||
|
updateMode: "Auto"
|
11
manifests/opengraph/vpa.yaml
Normal file
11
manifests/opengraph/vpa.yaml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
apiVersion: autoscaling.k8s.io/v1
|
||||||
|
kind: VerticalPodAutoscaler
|
||||||
|
metadata:
|
||||||
|
name: opengraph
|
||||||
|
spec:
|
||||||
|
targetRef:
|
||||||
|
apiVersion: "apps/v1"
|
||||||
|
kind: Deployment
|
||||||
|
name: opengraph
|
||||||
|
updatePolicy:
|
||||||
|
updateMode: "Auto"
|
Loading…
Reference in New Issue
Block a user