diff --git a/k8-manifest/tetris-hpa.yaml b/k8-manifest/tetris-hpa.yaml deleted file mode 100644 index 077d2c6..0000000 --- a/k8-manifest/tetris-hpa.yaml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: autoscaling/v2 -kind: HorizontalPodAutoscaler -metadata: - name: tetris-hpa -spec: - scaleTargetRef: - apiVersion: apps/v1 - kind: Deployment - name: tetris-deployment - minReplicas: 2 - maxReplicas: 10 - metrics: - - type: Resource - resource: - name: cpu - target: - type: Utilization - averageUtilization: 50