Loading src/policy/.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ build policy: variables: IMAGE_NAME: 'policy' # name of the microservice IMAGE_NAME_TEST: 'policy-test' # name of the microservice IMAGE_TAG: '0.0.1' # tag of the container image (production, development, etc) IMAGE_TAG: '0.1.0' # tag of the container image (production, development, etc) stage: build script: - docker build -t "$IMAGE_NAME:$IMAGE_TAG" -f ./src/$IMAGE_NAME/src/main/docker/Dockerfile.multistage.jvm ./src/$IMAGE_NAME/ --target builder Loading @@ -17,7 +17,7 @@ unit_test policy: variables: IMAGE_NAME: 'policy' # name of the microservice IMAGE_NAME_TEST: 'policy-test' # name of the microservice IMAGE_TAG: '0.0.1' # tag of the container image (production, development, etc) IMAGE_TAG: '0.1.0' # tag of the container image (production, development, etc) stage: unit_test needs: - build policy Loading src/policy/pom.xml +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ <groupId>eu.teraflow</groupId> <artifactId>policy</artifactId> <version>0.0.1</version> <version>0.1.0</version> <name>TeraFlow Policy Component</name> <description>TeraFlow Policy Component</description> Loading src/policy/target/kubernetes/kubernetes.yml +7 −7 Original line number Diff line number Diff line Loading @@ -3,8 +3,8 @@ apiVersion: v1 kind: Service metadata: annotations: app.quarkus.io/commit-id: 78a8df6bd09a6ffd68bf368cd81796ede89b9a08 app.quarkus.io/build-timestamp: 2022-02-15 - 14:37:35 +0000 app.quarkus.io/commit-id: 43bda7817c976a9fb8ed7a410ad4f0ea13f62498 app.quarkus.io/build-timestamp: 2022-02-15 - 14:44:53 +0000 labels: app.kubernetes.io/name: policyservice app: policyservice Loading @@ -25,8 +25,8 @@ apiVersion: apps/v1 kind: Deployment metadata: annotations: app.quarkus.io/commit-id: 78a8df6bd09a6ffd68bf368cd81796ede89b9a08 app.quarkus.io/build-timestamp: 2022-02-15 - 14:37:35 +0000 app.quarkus.io/commit-id: 43bda7817c976a9fb8ed7a410ad4f0ea13f62498 app.quarkus.io/build-timestamp: 2022-02-15 - 14:44:53 +0000 labels: app: policyservice app.kubernetes.io/name: policyservice Loading @@ -39,8 +39,8 @@ spec: template: metadata: annotations: app.quarkus.io/commit-id: 78a8df6bd09a6ffd68bf368cd81796ede89b9a08 app.quarkus.io/build-timestamp: 2022-02-15 - 14:37:35 +0000 app.quarkus.io/commit-id: 43bda7817c976a9fb8ed7a410ad4f0ea13f62498 app.quarkus.io/build-timestamp: 2022-02-15 - 14:44:53 +0000 labels: app: policyservice app.kubernetes.io/name: policyservice Loading @@ -51,7 +51,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace image: registry.gitlab.com/teraflow-h2020/controller/policy:0.0.1 image: registry.gitlab.com/teraflow-h2020/controller/policy:0.1.0 imagePullPolicy: Always livenessProbe: failureThreshold: 3 Loading Loading
src/policy/.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ build policy: variables: IMAGE_NAME: 'policy' # name of the microservice IMAGE_NAME_TEST: 'policy-test' # name of the microservice IMAGE_TAG: '0.0.1' # tag of the container image (production, development, etc) IMAGE_TAG: '0.1.0' # tag of the container image (production, development, etc) stage: build script: - docker build -t "$IMAGE_NAME:$IMAGE_TAG" -f ./src/$IMAGE_NAME/src/main/docker/Dockerfile.multistage.jvm ./src/$IMAGE_NAME/ --target builder Loading @@ -17,7 +17,7 @@ unit_test policy: variables: IMAGE_NAME: 'policy' # name of the microservice IMAGE_NAME_TEST: 'policy-test' # name of the microservice IMAGE_TAG: '0.0.1' # tag of the container image (production, development, etc) IMAGE_TAG: '0.1.0' # tag of the container image (production, development, etc) stage: unit_test needs: - build policy Loading
src/policy/pom.xml +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ <groupId>eu.teraflow</groupId> <artifactId>policy</artifactId> <version>0.0.1</version> <version>0.1.0</version> <name>TeraFlow Policy Component</name> <description>TeraFlow Policy Component</description> Loading
src/policy/target/kubernetes/kubernetes.yml +7 −7 Original line number Diff line number Diff line Loading @@ -3,8 +3,8 @@ apiVersion: v1 kind: Service metadata: annotations: app.quarkus.io/commit-id: 78a8df6bd09a6ffd68bf368cd81796ede89b9a08 app.quarkus.io/build-timestamp: 2022-02-15 - 14:37:35 +0000 app.quarkus.io/commit-id: 43bda7817c976a9fb8ed7a410ad4f0ea13f62498 app.quarkus.io/build-timestamp: 2022-02-15 - 14:44:53 +0000 labels: app.kubernetes.io/name: policyservice app: policyservice Loading @@ -25,8 +25,8 @@ apiVersion: apps/v1 kind: Deployment metadata: annotations: app.quarkus.io/commit-id: 78a8df6bd09a6ffd68bf368cd81796ede89b9a08 app.quarkus.io/build-timestamp: 2022-02-15 - 14:37:35 +0000 app.quarkus.io/commit-id: 43bda7817c976a9fb8ed7a410ad4f0ea13f62498 app.quarkus.io/build-timestamp: 2022-02-15 - 14:44:53 +0000 labels: app: policyservice app.kubernetes.io/name: policyservice Loading @@ -39,8 +39,8 @@ spec: template: metadata: annotations: app.quarkus.io/commit-id: 78a8df6bd09a6ffd68bf368cd81796ede89b9a08 app.quarkus.io/build-timestamp: 2022-02-15 - 14:37:35 +0000 app.quarkus.io/commit-id: 43bda7817c976a9fb8ed7a410ad4f0ea13f62498 app.quarkus.io/build-timestamp: 2022-02-15 - 14:44:53 +0000 labels: app: policyservice app.kubernetes.io/name: policyservice Loading @@ -51,7 +51,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace image: registry.gitlab.com/teraflow-h2020/controller/policy:0.0.1 image: registry.gitlab.com/teraflow-h2020/controller/policy:0.1.0 imagePullPolicy: Always livenessProbe: failureThreshold: 3 Loading