Commit 8a7a1ffc authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Manifests:

- Corrected log levels, annotations, and ports
parent 4f625a75
Loading
Loading
Loading
Loading
+1 −8
Original line number Diff line number Diff line
@@ -23,9 +23,6 @@ spec:
  replicas: 1
  template:
    metadata:
      annotations:
        config.linkerd.io/skip-outbound-ports: "8761"
        config.linkerd.io/skip-inbound-ports: "8761"
      labels:
        app: e2e-orchestratorservice
    spec:
@@ -37,10 +34,9 @@ spec:
          ports:
            - containerPort: 10050
            - containerPort: 9192
            - containerPort: 8762
          env:
            - name: LOG_LEVEL
              value: "DEBUG"
              value: "INFO"
          readinessProbe:
            exec:
              command: ["/bin/grpc_health_probe", "-addr=:10050"]
@@ -72,6 +68,3 @@ spec:
    - name: metrics
      port: 9192
      targetPort: 9192
    - name: ws
      port: 8762
      targetPort: 8762
+1 −1
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
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ spec:
            - containerPort: 9192
          env:
            - name: LOG_LEVEL
              value: "DEBUG"
              value: "INFO"
          #readinessProbe:
          #  exec:
          #    command: ["/bin/grpc_health_probe", "-addr=:10060"]
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ spec:
            - containerPort: 9192
          env:
            - name: LOG_LEVEL
              value: "DEBUG"
              value: "INFO"
          readinessProbe:
            exec:
              command: ["/bin/grpc_health_probe", "-addr=:3030"]
+1 −4
Original line number Diff line number Diff line
@@ -23,9 +23,6 @@ spec:
  replicas: 1
  template:
    metadata:
      annotations:
        config.linkerd.io/skip-outbound-ports: "8765"
        config.linkerd.io/skip-inbound-ports: "8765"
      labels:
        app: vnt-managerservice
    spec:
@@ -39,7 +36,7 @@ spec:
            - containerPort: 9192
          env:
            - name: LOG_LEVEL
              value: "DEBUG"
              value: "INFO"
          envFrom:
            - secretRef:
                name: kfk-kpi-data