From 86a588baf098eb467702937c9c214854089dd8f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Ara=C3=BAjo?= <davidaraujo@av.it.pt> Date: Fri, 5 Jul 2024 00:16:05 +0100 Subject: [PATCH] Reformating --- manifests/webuiservice.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/manifests/webuiservice.yaml b/manifests/webuiservice.yaml index 132839edd..19317323f 100644 --- a/manifests/webuiservice.yaml +++ b/manifests/webuiservice.yaml @@ -111,12 +111,12 @@ spec: selector: app: webuiservice ports: - - name: webui - port: 8004 - targetPort: 8004 - - name: grafana - port: 3000 - targetPort: 3000 + - name: webui + port: 8004 + targetPort: 8004 + - name: grafana + port: 3000 + targetPort: 3000 --- apiVersion: autoscaling/v2 kind: HorizontalPodAutoscaler @@ -130,12 +130,12 @@ spec: minReplicas: 1 maxReplicas: 20 metrics: - - type: Resource - resource: - name: cpu - target: - type: Utilization - averageUtilization: 50 + - type: Resource + resource: + name: cpu + target: + type: Utilization + averageUtilization: 50 #behavior: # scaleDown: # stabilizationWindowSeconds: 30 -- GitLab