Skip to content
Snippets Groups Projects
Commit 86a588ba authored by David José Araújo Ferreira's avatar David José Araújo Ferreira
Browse files

Reformating

parent bcf6657e
No related branches found
No related tags found
2 merge requests!294Release TeraFlowSDN 4.0,!226Resolve "Testing configurations for DDOS protection"
...@@ -111,12 +111,12 @@ spec: ...@@ -111,12 +111,12 @@ spec:
selector: selector:
app: webuiservice app: webuiservice
ports: ports:
- name: webui - name: webui
port: 8004 port: 8004
targetPort: 8004 targetPort: 8004
- name: grafana - name: grafana
port: 3000 port: 3000
targetPort: 3000 targetPort: 3000
--- ---
apiVersion: autoscaling/v2 apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler kind: HorizontalPodAutoscaler
...@@ -130,12 +130,12 @@ spec: ...@@ -130,12 +130,12 @@ spec:
minReplicas: 1 minReplicas: 1
maxReplicas: 20 maxReplicas: 20
metrics: metrics:
- type: Resource - type: Resource
resource: resource:
name: cpu name: cpu
target: target:
type: Utilization type: Utilization
averageUtilization: 50 averageUtilization: 50
#behavior: #behavior:
# scaleDown: # scaleDown:
# stabilizationWindowSeconds: 30 # stabilizationWindowSeconds: 30
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment