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
2 merge requests!359Release TeraFlowSDN 5.0,!286Resolve "(CTTC) Implement integration test between E2E-IP-Optical SDN Controllers"
...@@ -31,8 +31,10 @@ container: ...@@ -31,8 +31,10 @@ container:
config: config:
cluster: cluster:
enabled: true #enabled: true
replicas: 3 enabled: false
#replicas: 3
replicas: 1
jetstream: jetstream:
enabled: true enabled: true
fileStore: fileStore:
......
...@@ -39,7 +39,7 @@ spec: ...@@ -39,7 +39,7 @@ spec:
#- containerPort: 9192 #- containerPort: 9192
env: env:
- name: LOG_LEVEL - name: LOG_LEVEL
value: "DEBUG" value: "INFO"
- name: FLASK_ENV - name: FLASK_ENV
value: "production" # change to "development" if developing value: "production" # change to "development" if developing
- name: IETF_NETWORK_RENDERER - name: IETF_NETWORK_RENDERER
...@@ -60,11 +60,11 @@ spec: ...@@ -60,11 +60,11 @@ spec:
failureThreshold: 3 failureThreshold: 3
resources: resources:
requests: requests:
cpu: 50m cpu: 150m
memory: 64Mi
limits:
cpu: 500m
memory: 512Mi memory: 512Mi
limits:
cpu: 1000m
memory: 2048Mi
--- ---
apiVersion: v1 apiVersion: v1
kind: Service 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