Commit 65d65441 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Manifests:

- activated debug for testing purposes
- reduced number of replicas to 1
parent 47eb992a
Loading
Loading
Loading
Loading
+2 −13
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ spec:
  selector:
    matchLabels:
      app: contextservice
  replicas: 5
  replicas: 1
  template:
    metadata:
      labels:
@@ -28,17 +28,6 @@ spec:
    spec:
      terminationGracePeriodSeconds: 5
      containers:
      #- name: redis
      #  image: redis:6.2
      #  ports:
      #  - containerPort: 6379
      #  resources:
      #    requests:
      #      cpu: 100m
      #      memory: 128Mi
      #    limits:
      #      cpu: 500m
      #      memory: 1024Mi
      - name: server
        image: registry.gitlab.com/teraflow-h2020/controller/context:latest
        imagePullPolicy: Always
@@ -53,7 +42,7 @@ spec:
        #- name: NATS_URI
        #  value: "nats://tfs:tfs123@nats-public.nats.svc.cluster.local:4222"
        - name: LOG_LEVEL
          value: "INFO"
          value: "DEBUG"
        readinessProbe:
          exec:
            command: ["/bin/grpc_health_probe", "-addr=:1010"]
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ spec:
        - containerPort: 9192
        env:
        - name: LOG_LEVEL
          value: "INFO"
          value: "DEBUG"
        readinessProbe:
          exec:
            command: ["/bin/grpc_health_probe", "-addr=:2020"]
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ spec:
  selector:
    matchLabels:
      app: pathcompservice
  replicas: 5
  replicas: 1
  template:
    metadata:
      labels:
+2 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ spec:
  selector:
    matchLabels:
      app: serviceservice
  replicas: 5
  replicas: 1
  template:
    metadata:
      labels:
@@ -36,7 +36,7 @@ spec:
        - containerPort: 9192
        env:
        - name: LOG_LEVEL
          value: "INFO"
          value: "DEBUG"
        readinessProbe:
          exec:
            command: ["/bin/grpc_health_probe", "-addr=:3030"]
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ spec:
        - containerPort: 9192
        env:
        - name: LOG_LEVEL
          value: "INFO"
          value: "DEBUG"
        readinessProbe:
          exec:
            command: ["/bin/grpc_health_probe", "-addr=:4040"]