Merge branch 'master' of https://git.cluster.fun/AverageMarcus/cluster.fun
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
commit
635246317f
@ -385,6 +385,8 @@ roleRef:
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
|
annotations:
|
||||||
|
prometheus.io/scrape: "true"
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: prometheus
|
app.kubernetes.io/name: prometheus
|
||||||
app.kubernetes.io/component: server
|
app.kubernetes.io/component: server
|
||||||
|
11
manifests/outline/vpa.yaml
Normal file
11
manifests/outline/vpa.yaml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
apiVersion: autoscaling.k8s.io/v1
|
||||||
|
kind: VerticalPodAutoscaler
|
||||||
|
metadata:
|
||||||
|
name: outline
|
||||||
|
spec:
|
||||||
|
targetRef:
|
||||||
|
apiVersion: "apps/v1"
|
||||||
|
kind: StatefulSet
|
||||||
|
name: outline
|
||||||
|
updatePolicy:
|
||||||
|
updateMode: "Auto"
|
11
manifests/paradoxfox/vpa.yaml
Normal file
11
manifests/paradoxfox/vpa.yaml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
apiVersion: autoscaling.k8s.io/v1
|
||||||
|
kind: VerticalPodAutoscaler
|
||||||
|
metadata:
|
||||||
|
name: paradoxfox
|
||||||
|
spec:
|
||||||
|
targetRef:
|
||||||
|
apiVersion: "apps/v1"
|
||||||
|
kind: Deployment
|
||||||
|
name: paradoxfox
|
||||||
|
updatePolicy:
|
||||||
|
updateMode: "Auto"
|
11
manifests/qr/vpa.yaml
Normal file
11
manifests/qr/vpa.yaml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
apiVersion: autoscaling.k8s.io/v1
|
||||||
|
kind: VerticalPodAutoscaler
|
||||||
|
metadata:
|
||||||
|
name: qr
|
||||||
|
spec:
|
||||||
|
targetRef:
|
||||||
|
apiVersion: "apps/v1"
|
||||||
|
kind: Deployment
|
||||||
|
name: qr
|
||||||
|
updatePolicy:
|
||||||
|
updateMode: "Auto"
|
11
manifests/rss/vpa.yaml
Normal file
11
manifests/rss/vpa.yaml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
apiVersion: autoscaling.k8s.io/v1
|
||||||
|
kind: VerticalPodAutoscaler
|
||||||
|
metadata:
|
||||||
|
name: rss
|
||||||
|
spec:
|
||||||
|
targetRef:
|
||||||
|
apiVersion: "apps/v1"
|
||||||
|
kind: Deployment
|
||||||
|
name: rss
|
||||||
|
updatePolicy:
|
||||||
|
updateMode: "Auto"
|
11
manifests/svg-to-dxf/vpa.yaml
Normal file
11
manifests/svg-to-dxf/vpa.yaml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
apiVersion: autoscaling.k8s.io/v1
|
||||||
|
kind: VerticalPodAutoscaler
|
||||||
|
metadata:
|
||||||
|
name: svg-to-dxf
|
||||||
|
spec:
|
||||||
|
targetRef:
|
||||||
|
apiVersion: "apps/v1"
|
||||||
|
kind: Deployment
|
||||||
|
name: svg-to-dxf
|
||||||
|
updatePolicy:
|
||||||
|
updateMode: "Auto"
|
11
manifests/talks/vpa.yaml
Normal file
11
manifests/talks/vpa.yaml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
apiVersion: autoscaling.k8s.io/v1
|
||||||
|
kind: VerticalPodAutoscaler
|
||||||
|
metadata:
|
||||||
|
name: talks
|
||||||
|
spec:
|
||||||
|
targetRef:
|
||||||
|
apiVersion: "apps/v1"
|
||||||
|
kind: Deployment
|
||||||
|
name: talks
|
||||||
|
updatePolicy:
|
||||||
|
updateMode: "Auto"
|
11
manifests/tank/vpa.yaml
Normal file
11
manifests/tank/vpa.yaml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
apiVersion: autoscaling.k8s.io/v1
|
||||||
|
kind: VerticalPodAutoscaler
|
||||||
|
metadata:
|
||||||
|
name: tank
|
||||||
|
spec:
|
||||||
|
targetRef:
|
||||||
|
apiVersion: "apps/v1"
|
||||||
|
kind: Deployment
|
||||||
|
name: tank
|
||||||
|
updatePolicy:
|
||||||
|
updateMode: "Auto"
|
11
manifests/text-to-dxf/vpa.yaml
Normal file
11
manifests/text-to-dxf/vpa.yaml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
apiVersion: autoscaling.k8s.io/v1
|
||||||
|
kind: VerticalPodAutoscaler
|
||||||
|
metadata:
|
||||||
|
name: text-to-dxf
|
||||||
|
spec:
|
||||||
|
targetRef:
|
||||||
|
apiVersion: "apps/v1"
|
||||||
|
kind: Deployment
|
||||||
|
name: text-to-dxf
|
||||||
|
updatePolicy:
|
||||||
|
updateMode: "Auto"
|
11
manifests/til/vpa.yaml
Normal file
11
manifests/til/vpa.yaml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
apiVersion: autoscaling.k8s.io/v1
|
||||||
|
kind: VerticalPodAutoscaler
|
||||||
|
metadata:
|
||||||
|
name: til
|
||||||
|
spec:
|
||||||
|
targetRef:
|
||||||
|
apiVersion: "apps/v1"
|
||||||
|
kind: Deployment
|
||||||
|
name: til
|
||||||
|
updatePolicy:
|
||||||
|
updateMode: "Auto"
|
11
manifests/tweetsvg/vpa.yaml
Normal file
11
manifests/tweetsvg/vpa.yaml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
apiVersion: autoscaling.k8s.io/v1
|
||||||
|
kind: VerticalPodAutoscaler
|
||||||
|
metadata:
|
||||||
|
name: tweetsvg
|
||||||
|
spec:
|
||||||
|
targetRef:
|
||||||
|
apiVersion: "apps/v1"
|
||||||
|
kind: Deployment
|
||||||
|
name: tweetsvg
|
||||||
|
updatePolicy:
|
||||||
|
updateMode: "Auto"
|
11
manifests/twitter-profile-pic/vpa.yaml
Normal file
11
manifests/twitter-profile-pic/vpa.yaml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
apiVersion: autoscaling.k8s.io/v1
|
||||||
|
kind: VerticalPodAutoscaler
|
||||||
|
metadata:
|
||||||
|
name: twitter-profile-pic
|
||||||
|
spec:
|
||||||
|
targetRef:
|
||||||
|
apiVersion: "apps/v1"
|
||||||
|
kind: Deployment
|
||||||
|
name: twitter-profile-pic
|
||||||
|
updatePolicy:
|
||||||
|
updateMode: "Auto"
|
Loading…
Reference in New Issue
Block a user