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