Commit 46176298 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Merge branch 'fix/integration-issues' into 'develop'

Fix multiple issues related to integration of components and cleanup

See merge request teraflow-h2020/controller!89
parents d414ade7 2f906481
Loading
Loading
Loading
Loading
+0 −16
Original line number Diff line number Diff line
@@ -53,19 +53,3 @@ spec:
    protocol: TCP
    port: 9090
    targetPort: 9090
---
apiVersion: v1
kind: Service
metadata:
  name: computeservice-public
spec:
  type: NodePort
  selector:
    app: computeservice
  ports:
  - name: http
    protocol: TCP
    port: 8080
    targetPort: 8080
    nodePort: 30808
---
+0 −18
Original line number Diff line number Diff line
@@ -73,21 +73,3 @@ spec:
    protocol: TCP
    port: 8080
    targetPort: 8080
---
apiVersion: v1
kind: Service
metadata:
  name: contextservice-public
  labels:
    app: contextservice
spec:
  type: NodePort
  selector:
    app: contextservice
  ports:
  - name: http
    protocol: TCP
    port: 8080
    targetPort: 8080
    nodePort: 31808
---
+0 −17
Original line number Diff line number Diff line
@@ -47,20 +47,3 @@ spec:
  - name: grpc
    port: 10006
    targetPort: 10006
---
apiVersion: v1
kind: Service
metadata:
  name: dbscanservingservice-public
  labels:
    app: dbscanservingservice
spec:
  type: NodePort
  selector:
    app: dbscanservingservice
  ports:
  - name: http
    protocol: TCP
    port: 10006
    targetPort: 10006
---
+0 −1
Original line number Diff line number Diff line
@@ -74,4 +74,3 @@ spec:
    protocol: TCP
    port: 8086
    targetPort: 8086
---
+0 −17
Original line number Diff line number Diff line
@@ -47,20 +47,3 @@ spec:
  - name: grpc
    port: 10007
    targetPort: 10007
---
apiVersion: v1
kind: Service
metadata:
  name: opticalattackmitigatorservice-public
  labels:
    app: opticalattackmitigatorservice
spec:
  type: NodePort
  selector:
    app: opticalattackmitigatorservice
  ports:
  - name: http
    protocol: TCP
    port: 10007
    targetPort: 10007
---
Loading