diff --git a/manifests/contextservice.yaml b/manifests/contextservice.yaml
index ee2edfe03143576c984b7923fae76b9464ae957f..492f97975eda31f98957426c5b2497abb7a7394d 100644
--- a/manifests/contextservice.yaml
+++ b/manifests/contextservice.yaml
@@ -89,21 +89,21 @@ spec:
 apiVersion: autoscaling/v2
 kind: HorizontalPodAutoscaler
 metadata:
- name: contextservice-hpa
+  name: contextservice-hpa
 spec:
- scaleTargetRef:
-   apiVersion: apps/v1
-   kind: Deployment
-   name: contextservice
- minReplicas: 1
- maxReplicas: 20
- metrics:
-   - type: Resource
-     resource:
-       name: cpu
-       target:
-         type: Utilization
-         averageUtilization: 80
+  scaleTargetRef:
+    apiVersion: apps/v1
+    kind: Deployment
+    name: contextservice
+  minReplicas: 1
+  maxReplicas: 20
+  metrics:
+    - type: Resource
+      resource:
+        name: cpu
+        target:
+          type: Utilization
+          averageUtilization: 80
  #behavior:
  #  scaleDown:
  #    stabilizationWindowSeconds: 30
diff --git a/manifests/pathcompservice.yaml b/manifests/pathcompservice.yaml
index 754add3ae61aa4ecef44fecd264c0a48b31d2f00..7d5586ebe4f68fe6b9f837eefde3ed0158117124 100644
--- a/manifests/pathcompservice.yaml
+++ b/manifests/pathcompservice.yaml
@@ -104,21 +104,21 @@ spec:
 apiVersion: autoscaling/v2
 kind: HorizontalPodAutoscaler
 metadata:
- name: pathcompservice-hpa
+  name: pathcompservice-hpa
 spec:
- scaleTargetRef:
-   apiVersion: apps/v1
-   kind: Deployment
-   name: pathcompservice
- minReplicas: 1
- maxReplicas: 20
- metrics:
-   - type: Resource
-     resource:
-       name: cpu
-       target:
-         type: Utilization
-         averageUtilization: 80
+  scaleTargetRef:
+    apiVersion: apps/v1
+    kind: Deployment
+    name: pathcompservice
+  minReplicas: 1
+  maxReplicas: 20
+  metrics:
+    - type: Resource
+      resource:
+        name: cpu
+        target:
+          type: Utilization
+          averageUtilization: 80
  #behavior:
  #  scaleDown:
  #    stabilizationWindowSeconds: 30
diff --git a/manifests/policyservice.yaml b/manifests/policyservice.yaml
index 137d70e7e1ee41ec0c541dc916844854957fc99c..cb66a330057a8d2dd28697fba15830fb144d8cd6 100644
--- a/manifests/policyservice.yaml
+++ b/manifests/policyservice.yaml
@@ -108,22 +108,22 @@ spec:
             limits:
               cpu: 2000m
               memory: 2048Mi
----
-apiVersion: autoscaling/v2
-kind: HorizontalPodAutoscaler
-metadata:
- name: policyservice-hpa
-spec:
- scaleTargetRef:
-   apiVersion: apps/v1
-   kind: Deployment
-   name: policyservice
- minReplicas: 1
- maxReplicas: 10
- metrics:
-   - type: Resource
-     resource:
-       name: cpu
-       target:
-         type: Utilization
-         averageUtilization: 80
+#---
+#apiVersion: autoscaling/v2
+#kind: HorizontalPodAutoscaler
+#metadata:
+#  name: policyservice-hpa
+#spec:
+#  scaleTargetRef:
+#    apiVersion: apps/v1
+#    kind: Deployment
+#    name: policyservice
+#  minReplicas: 1
+#  maxReplicas: 10
+#  metrics:
+#    - type: Resource
+#      resource:
+#        name: cpu
+#        target:
+#          type: Utilization
+#          averageUtilization: 80
diff --git a/manifests/serviceservice.yaml b/manifests/serviceservice.yaml
index 15718058b94d55a7b1ec299ea7440d95f077a95f..5bdc2223fabbcd4fbc8a2b41d59b0f48cca10d96 100644
--- a/manifests/serviceservice.yaml
+++ b/manifests/serviceservice.yaml
@@ -74,21 +74,21 @@ spec:
 apiVersion: autoscaling/v2
 kind: HorizontalPodAutoscaler
 metadata:
- name: serviceservice-hpa
+  name: serviceservice-hpa
 spec:
- scaleTargetRef:
-   apiVersion: apps/v1
-   kind: Deployment
-   name: serviceservice
- minReplicas: 1
- maxReplicas: 20
- metrics:
-   - type: Resource
-     resource:
-       name: cpu
-       target:
-         type: Utilization
-         averageUtilization: 80
+  scaleTargetRef:
+    apiVersion: apps/v1
+    kind: Deployment
+    name: serviceservice
+  minReplicas: 1
+  maxReplicas: 20
+  metrics:
+    - type: Resource
+      resource:
+        name: cpu
+        target:
+          type: Utilization
+          averageUtilization: 80
  #behavior:
  #  scaleDown:
  #    stabilizationWindowSeconds: 30
diff --git a/manifests/sliceservice.yaml b/manifests/sliceservice.yaml
index eb9b989d2b9e3be0fc5489cd3a702ee72817f04f..d890444e0156e4a4bda9cc9840c8b0ab130813e4 100644
--- a/manifests/sliceservice.yaml
+++ b/manifests/sliceservice.yaml
@@ -79,21 +79,21 @@ spec:
 apiVersion: autoscaling/v2
 kind: HorizontalPodAutoscaler
 metadata:
- name: sliceservice-hpa
+  name: sliceservice-hpa
 spec:
- scaleTargetRef:
-   apiVersion: apps/v1
-   kind: Deployment
-   name: sliceservice
- minReplicas: 1
- maxReplicas: 20
- metrics:
-   - type: Resource
-     resource:
-       name: cpu
-       target:
-         type: Utilization
-         averageUtilization: 80
+  scaleTargetRef:
+    apiVersion: apps/v1
+    kind: Deployment
+    name: sliceservice
+  minReplicas: 1
+  maxReplicas: 20
+  metrics:
+    - type: Resource
+      resource:
+        name: cpu
+        target:
+          type: Utilization
+          averageUtilization: 80
  #behavior:
  #  scaleDown:
  #    stabilizationWindowSeconds: 30
diff --git a/manifests/ztpservice.yaml b/manifests/ztpservice.yaml
index 90c5c44a127240a89d9c199e6dd3fdec4b74581a..99b4f17088fe5c6bcace371081d34e87353f178e 100644
--- a/manifests/ztpservice.yaml
+++ b/manifests/ztpservice.yaml
@@ -108,18 +108,18 @@ spec:
 apiVersion: autoscaling/v2
 kind: HorizontalPodAutoscaler
 metadata:
- name: ztpservice-hpa
+  name: ztpservice-hpa
 spec:
- scaleTargetRef:
-   apiVersion: apps/v1
-   kind: Deployment
-   name: ztpservice
- minReplicas: 1
- maxReplicas: 10
- metrics:
-   - type: Resource
-     resource:
-       name: cpu
-       target:
-         type: Utilization
-         averageUtilization: 80
+  scaleTargetRef:
+    apiVersion: apps/v1
+    kind: Deployment
+    name: ztpservice
+  minReplicas: 1
+  maxReplicas: 10
+  metrics:
+    - type: Resource
+      resource:
+        name: cpu
+        target:
+          type: Utilization
+          averageUtilization: 80