Commit 9ec6b204 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Solve bug in deployment of Service service in Kubernetes

parent a84032df
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ spec:
      terminationGracePeriodSeconds: 5
      containers:
      - name: server
        image: registry.gitlab.com/teraflow-h2020/controller/device:latest
        image: registry.gitlab.com/teraflow-h2020/controller/service:latest
        imagePullPolicy: Always
        ports:
        - containerPort: 3030