Commit 63caa199 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Solve bugs with integration tests

parent 1bf0a697
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,8 +14,8 @@ spec:
      terminationGracePeriodSeconds: 5
      containers:
      - name: server
        image: context:latest
        imagePullPolicy: IfNotPresent
        image: registry.gitlab.com/teraflow-h2020/controller/context:latest
        imagePullPolicy: Always
        ports:
        - containerPort: 1010
        env:
+2 −2
Original line number Diff line number Diff line
@@ -14,8 +14,8 @@ spec:
      terminationGracePeriodSeconds: 5
      containers:
      - name: server
        image: device:latest
        imagePullPolicy: IfNotPresent
        image: registry.gitlab.com/teraflow-h2020/controller/device:latest
        imagePullPolicy: Always
        ports:
        - containerPort: 2020
        env: