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
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -31,8 +31,10 @@ container:

config:
  cluster:
    enabled: true
    replicas: 3
    #enabled: true
    enabled: false
    #replicas: 3
    replicas: 1
  jetstream:
    enabled: true
    fileStore:
+5 −5
Original line number Diff line number Diff line
@@ -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