Skip to content
Snippets Groups Projects
Commit e2582d02 authored by Fotis Soldatos's avatar Fotis Soldatos
Browse files

release(automation): 0.2.0

parent bff8692a
No related branches found
No related tags found
1 merge request!54Release 2.0.0
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<groupId>eu.teraflow</groupId> <groupId>eu.teraflow</groupId>
<artifactId>automation</artifactId> <artifactId>automation</artifactId>
<version>0.1.0</version> <version>0.2.0</version>
<name>TeraFlow Automation Component</name> <name>TeraFlow Automation Component</name>
<description>TeraFlow Automation Component</description> <description>TeraFlow Automation Component</description>
......
...@@ -3,8 +3,8 @@ apiVersion: v1 ...@@ -3,8 +3,8 @@ apiVersion: v1
kind: Service kind: Service
metadata: metadata:
annotations: annotations:
app.quarkus.io/commit-id: 10192a8dd76072b7c1026824117157d672385e29 app.quarkus.io/commit-id: 644f8ea4385acb720eab7317de057f9d1d8ebfe6
app.quarkus.io/build-timestamp: 2022-02-11 - 16:52:33 +0000 app.quarkus.io/build-timestamp: 2022-02-14 - 10:21:58 +0000
labels: labels:
app.kubernetes.io/name: automationservice app.kubernetes.io/name: automationservice
app: automationservice app: automationservice
...@@ -25,8 +25,8 @@ apiVersion: apps/v1 ...@@ -25,8 +25,8 @@ apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
annotations: annotations:
app.quarkus.io/commit-id: 10192a8dd76072b7c1026824117157d672385e29 app.quarkus.io/commit-id: 644f8ea4385acb720eab7317de057f9d1d8ebfe6
app.quarkus.io/build-timestamp: 2022-02-11 - 16:52:33 +0000 app.quarkus.io/build-timestamp: 2022-02-14 - 10:21:58 +0000
labels: labels:
app: automationservice app: automationservice
app.kubernetes.io/name: automationservice app.kubernetes.io/name: automationservice
...@@ -39,8 +39,8 @@ spec: ...@@ -39,8 +39,8 @@ spec:
template: template:
metadata: metadata:
annotations: annotations:
app.quarkus.io/commit-id: 10192a8dd76072b7c1026824117157d672385e29 app.quarkus.io/commit-id: 644f8ea4385acb720eab7317de057f9d1d8ebfe6
app.quarkus.io/build-timestamp: 2022-02-11 - 16:52:33 +0000 app.quarkus.io/build-timestamp: 2022-02-14 - 10:21:58 +0000
labels: labels:
app: automationservice app: automationservice
app.kubernetes.io/name: automationservice app.kubernetes.io/name: automationservice
...@@ -51,11 +51,11 @@ spec: ...@@ -51,11 +51,11 @@ spec:
valueFrom: valueFrom:
fieldRef: fieldRef:
fieldPath: metadata.namespace fieldPath: metadata.namespace
- name: CONTEXT_SERVICE_HOST
value: contextservice
- name: DEVICE_SERVICE_HOST - name: DEVICE_SERVICE_HOST
value: deviceservice value: deviceservice
image: registry.gitlab.com/teraflow-h2020/controller/automation:0.1.0 - name: CONTEXT_SERVICE_HOST
value: contextservice
image: registry.gitlab.com/teraflow-h2020/controller/automation:0.2.0
imagePullPolicy: Always imagePullPolicy: Always
livenessProbe: livenessProbe:
failureThreshold: 3 failureThreshold: 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment