[indico-web] Drop custom autoscaler



commit 3492fa0b1ce5c3d244e5b7accd52532891273ab8
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Tue Nov 26 16:22:14 2019 +0100

    Drop custom autoscaler

 oscp.yml | 21 ---------------------
 1 file changed, 21 deletions(-)
---
diff --git a/oscp.yml b/oscp.yml
index 5cef7ee..da3efbf 100644
--- a/oscp.yml
+++ b/oscp.yml
@@ -782,24 +782,3 @@ objects:
       insecureEdgeTerminationPolicy: Redirect
   status:
     ingress: null
-
-
-### PodAutoscaler
-### in order to make it work the cluster needs to be run with --metrics flag (oc cluster --metrics)
-### it is also necessary to have hawkular openshift agent installed within the cluster
-### http://www.hawkular.org/blog/2017/03/25/collecting-application-metrics-openshift.html
-
-- apiVersion: autoscaling/v1
-  kind: HorizontalPodAutoscaler
-  metadata:
-    name: indico-web-autoscaler
-  spec:
-    scaleTargetRef:
-      kind: DeploymentConfig
-      name: indico-web
-      apiVersion: v1
-      subresource: scale
-    minReplicas: 1
-    maxReplicas: 5
-    cpuUtilization:
-      targetPercentage: 80


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]