Commit 4f59db1d authored by Alexander Lercher's avatar Alexander Lercher

Updated Docker image names for deployment

parent 1f013527
...@@ -29,6 +29,6 @@ spec: ...@@ -29,6 +29,6 @@ spec:
spec: spec:
containers: containers:
- name: agent-discovery - name: agent-discovery
image: agent-discovery-microservice image: alexx882/agent-discovery-microservice
ports: ports:
- containerPort: 5000 - containerPort: 5000
\ No newline at end of file
...@@ -29,6 +29,6 @@ spec: ...@@ -29,6 +29,6 @@ spec:
spec: spec:
containers: containers:
- name: community-detection - name: community-detection
image: community-detection-microservice image: alexx882/community-detection-microservice
ports: ports:
- containerPort: 5000 - containerPort: 5000
\ No newline at end of file
...@@ -29,6 +29,6 @@ spec: ...@@ -29,6 +29,6 @@ spec:
spec: spec:
containers: containers:
- name: democratic-reasoning - name: democratic-reasoning
image: democratic-reasoning-microservice image: alexx882/democratic-reasoning-microservice
ports: ports:
- containerPort: 5000 - containerPort: 5000
\ No newline at end of file
...@@ -29,6 +29,6 @@ spec: ...@@ -29,6 +29,6 @@ spec:
spec: spec:
containers: containers:
- name: geo-profiling - name: geo-profiling
image: geo-profiling-microservice image: alexx882/geo-profiling-microservice
ports: ports:
- containerPort: 5000 - containerPort: 5000
\ No newline at end of file
...@@ -29,6 +29,6 @@ spec: ...@@ -29,6 +29,6 @@ spec:
spec: spec:
containers: containers:
- name: pareto-trust - name: pareto-trust
image: pareto-trust-microservice image: alexx882/pareto-trust-microservice
ports: ports:
- containerPort: 5000 - containerPort: 5000
\ No newline at end of file
...@@ -29,6 +29,6 @@ spec: ...@@ -29,6 +29,6 @@ spec:
spec: spec:
containers: containers:
- name: reputation-calculation - name: reputation-calculation
image: reputation-calculation-microservice image: alexx882/reputation-calculation-microservice
ports: ports:
- containerPort: 5000 - containerPort: 5000
\ No newline at end of file
...@@ -29,6 +29,6 @@ spec: ...@@ -29,6 +29,6 @@ spec:
spec: spec:
containers: containers:
- name: role-discovery - name: role-discovery
image: role-discovery-microservice image: alexx882/role-discovery-microservice
ports: ports:
- containerPort: 5000 - containerPort: 5000
\ No newline at end of file
...@@ -29,6 +29,6 @@ spec: ...@@ -29,6 +29,6 @@ spec:
spec: spec:
containers: containers:
- name: semantic-linking - name: semantic-linking
image: semantic-linking-microservice image: alexx882/semantic-linking-microservice
ports: ports:
- containerPort: 5000 - containerPort: 5000
\ No newline at end of file
...@@ -29,6 +29,6 @@ spec: ...@@ -29,6 +29,6 @@ spec:
spec: spec:
containers: containers:
- name: stage-discovery - name: stage-discovery
image: stage-discovery-microservice image: alexx882/stage-discovery-microservice
ports: ports:
- containerPort: 5000 - containerPort: 5000
\ No newline at end of file
...@@ -29,6 +29,6 @@ spec: ...@@ -29,6 +29,6 @@ spec:
spec: spec:
containers: containers:
- name: rest-gateway - name: rest-gateway
image: rest-gateway image: alexx882/rest-gateway
ports: ports:
- containerPort: 5000 - containerPort: 5000
\ No newline at end of file
...@@ -29,6 +29,6 @@ spec: ...@@ -29,6 +29,6 @@ spec:
spec: spec:
containers: containers:
- name: network-metrics-retrieval - name: network-metrics-retrieval
image: network-metrics-retrieval-microservice image: alexx882/network-metrics-retrieval-microservice
ports: ports:
- containerPort: 5000 - containerPort: 5000
\ No newline at end of file
...@@ -29,7 +29,7 @@ spec: ...@@ -29,7 +29,7 @@ spec:
spec: spec:
containers: containers:
- name: trace-retrieval - name: trace-retrieval
image: trace-retrieval-microservice image: alexx882/trace-retrieval-microservice
ports: ports:
- containerPort: 5000 - containerPort: 5000
imagePullPolicy: Always imagePullPolicy: Always
......
...@@ -29,6 +29,6 @@ spec: ...@@ -29,6 +29,6 @@ spec:
spec: spec:
containers: containers:
- name: data-access - name: data-access
image: data-access-microservice image: alexx882/data-access-microservice
ports: ports:
- containerPort: 5000 - containerPort: 5000
\ No newline at end of file
...@@ -29,6 +29,6 @@ spec: ...@@ -29,6 +29,6 @@ spec:
spec: spec:
containers: containers:
- name: event-detection - name: event-detection
image: event-detection-microservice image: alexx882/event-detection-microservice
ports: ports:
- containerPort: 5000 - containerPort: 5000
\ No newline at end of file
...@@ -29,6 +29,6 @@ spec: ...@@ -29,6 +29,6 @@ spec:
spec: spec:
containers: containers:
- name: smart-matching - name: smart-matching
image: smart-matching-microservice image: alexx882/smart-matching-microservice
ports: ports:
- containerPort: 5000 - containerPort: 5000
\ No newline at end of file
...@@ -29,6 +29,6 @@ spec: ...@@ -29,6 +29,6 @@ spec:
spec: spec:
containers: containers:
- name: tokenized-decision-making - name: tokenized-decision-making
image: tokenized-decision-making-microservice image: alexx882/tokenized-decision-making-microservice
ports: ports:
- containerPort: 5000 - containerPort: 5000
\ No newline at end of file
...@@ -29,6 +29,6 @@ spec: ...@@ -29,6 +29,6 @@ spec:
spec: spec:
containers: containers:
- name: trust-sla - name: trust-sla
image: trust-sla-microservice image: alexx882/trust-sla-microservice
ports: ports:
- containerPort: 5000 - containerPort: 5000
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment