diff --git a/manifests/monitoring/prometheus-server.yaml b/manifests/monitoring/prometheus-server.yaml index 3d04f33..6b72865 100644 --- a/manifests/monitoring/prometheus-server.yaml +++ b/manifests/monitoring/prometheus-server.yaml @@ -385,6 +385,8 @@ roleRef: apiVersion: v1 kind: Service metadata: + annotations: + prometheus.io/scrape: "true" labels: app.kubernetes.io/name: prometheus app.kubernetes.io/component: server diff --git a/manifests/outline/vpa.yaml b/manifests/outline/vpa.yaml new file mode 100644 index 0000000..8e172c7 --- /dev/null +++ b/manifests/outline/vpa.yaml @@ -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" diff --git a/manifests/paradoxfox/vpa.yaml b/manifests/paradoxfox/vpa.yaml new file mode 100644 index 0000000..eb0d06d --- /dev/null +++ b/manifests/paradoxfox/vpa.yaml @@ -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" diff --git a/manifests/qr/vpa.yaml b/manifests/qr/vpa.yaml new file mode 100644 index 0000000..15a9bab --- /dev/null +++ b/manifests/qr/vpa.yaml @@ -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" diff --git a/manifests/rss/vpa.yaml b/manifests/rss/vpa.yaml new file mode 100644 index 0000000..439d3fb --- /dev/null +++ b/manifests/rss/vpa.yaml @@ -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" diff --git a/manifests/svg-to-dxf/vpa.yaml b/manifests/svg-to-dxf/vpa.yaml new file mode 100644 index 0000000..26e7246 --- /dev/null +++ b/manifests/svg-to-dxf/vpa.yaml @@ -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" diff --git a/manifests/talks/vpa.yaml b/manifests/talks/vpa.yaml new file mode 100644 index 0000000..42a368e --- /dev/null +++ b/manifests/talks/vpa.yaml @@ -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" diff --git a/manifests/tank/vpa.yaml b/manifests/tank/vpa.yaml new file mode 100644 index 0000000..2169a12 --- /dev/null +++ b/manifests/tank/vpa.yaml @@ -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" diff --git a/manifests/text-to-dxf/vpa.yaml b/manifests/text-to-dxf/vpa.yaml new file mode 100644 index 0000000..6f05b07 --- /dev/null +++ b/manifests/text-to-dxf/vpa.yaml @@ -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" diff --git a/manifests/til/vpa.yaml b/manifests/til/vpa.yaml new file mode 100644 index 0000000..8fc4f07 --- /dev/null +++ b/manifests/til/vpa.yaml @@ -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" diff --git a/manifests/tweetsvg/vpa.yaml b/manifests/tweetsvg/vpa.yaml new file mode 100644 index 0000000..cd05e6b --- /dev/null +++ b/manifests/tweetsvg/vpa.yaml @@ -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" diff --git a/manifests/twitter-profile-pic/vpa.yaml b/manifests/twitter-profile-pic/vpa.yaml new file mode 100644 index 0000000..1fdbe24 --- /dev/null +++ b/manifests/twitter-profile-pic/vpa.yaml @@ -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"