Skip to content
Snippets Groups Projects
Commit 1f7456b6 authored by Carlos Natalino Da Silva's avatar Carlos Natalino Da Silva
Browse files

Simplifying the optical attack manager deployment.

parent f34fff62
No related branches found
No related tags found
2 merge requests!142Release TeraFlowSDN 2.1,!97Optical cybersecurity scenario
......@@ -20,6 +20,7 @@ spec:
selector:
matchLabels:
app: opticalattackmanagerservice
replicas: 1
template:
metadata:
labels:
......@@ -72,15 +73,3 @@ spec:
- name: metrics
port: 9192
targetPort: 9192
---
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: opticalattackmanagerservice-hpa
spec:
scaleTargetRef:
apiVersion: apps/v1
kind: Deployment
name: opticalattackmanagerservice
minReplicas: 1
maxReplicas: 1
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