Skip to content
Snippets Groups Projects
Commit 9c67ff65 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Manifests:

- NATS: recovered to single-node standalone node by default
- NBI: corrected/recovered manifest values
parent 4192ee01
No related branches found
No related tags found
1 merge request!286Resolve "(CTTC) Implement integration test between E2E-IP-Optical SDN Controllers"
......@@ -31,8 +31,10 @@ container:
config:
cluster:
enabled: true
replicas: 3
#enabled: true
enabled: false
#replicas: 3
replicas: 1
jetstream:
enabled: true
fileStore:
......
......@@ -39,7 +39,7 @@ spec:
#- containerPort: 9192
env:
- name: LOG_LEVEL
value: "DEBUG"
value: "INFO"
- name: FLASK_ENV
value: "production" # change to "development" if developing
- name: IETF_NETWORK_RENDERER
......@@ -60,11 +60,11 @@ spec:
failureThreshold: 3
resources:
requests:
cpu: 50m
memory: 64Mi
limits:
cpu: 500m
cpu: 150m
memory: 512Mi
limits:
cpu: 1000m
memory: 2048Mi
---
apiVersion: v1
kind: Service
......
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