Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
controller
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TFS
controller
Commits
c2a7dfab
Commit
c2a7dfab
authored
3 years ago
by
Fotis Soldatos
Browse files
Options
Downloads
Patches
Plain Diff
release(policy): 0.1.0
parent
f31ebd48
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!54
Release 2.0.0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/policy/.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
src/policy/.gitlab-ci.yml
src/policy/pom.xml
+1
-1
1 addition, 1 deletion
src/policy/pom.xml
src/policy/target/kubernetes/kubernetes.yml
+7
-7
7 additions, 7 deletions
src/policy/target/kubernetes/kubernetes.yml
with
10 additions
and
10 deletions
src/policy/.gitlab-ci.yml
+
2
−
2
View file @
c2a7dfab
...
...
@@ -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
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/policy/pom.xml
+
1
−
1
View file @
c2a7dfab
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
src/policy/target/kubernetes/kubernetes.yml
+
7
−
7
View file @
c2a7dfab
...
...
@@ -3,8 +3,8 @@ apiVersion: v1
kind
:
Service
metadata
:
annotations
:
app.quarkus.io/commit-id
:
78a8df6bd09a6ffd68bf368cd81796ede89b9a0
8
app.quarkus.io/build-timestamp
:
2022-02-15 - 14:
37:35
+0000
app.quarkus.io/commit-id
:
43bda7817c976a9fb8ed7a410ad4f0ea13f6249
8
app.quarkus.io/build-timestamp
:
2022-02-15 - 14:
44:53
+0000
labels
:
app.kubernetes.io/name
:
policyservice
app
:
policyservice
...
...
@@ -25,8 +25,8 @@ apiVersion: apps/v1
kind
:
Deployment
metadata
:
annotations
:
app.quarkus.io/commit-id
:
78a8df6bd09a6ffd68bf368cd81796ede89b9a0
8
app.quarkus.io/build-timestamp
:
2022-02-15 - 14:
37:35
+0000
app.quarkus.io/commit-id
:
43bda7817c976a9fb8ed7a410ad4f0ea13f6249
8
app.quarkus.io/build-timestamp
:
2022-02-15 - 14:
44:53
+0000
labels
:
app
:
policyservice
app.kubernetes.io/name
:
policyservice
...
...
@@ -39,8 +39,8 @@ spec:
template
:
metadata
:
annotations
:
app.quarkus.io/commit-id
:
78a8df6bd09a6ffd68bf368cd81796ede89b9a0
8
app.quarkus.io/build-timestamp
:
2022-02-15 - 14:
37:35
+0000
app.quarkus.io/commit-id
:
43bda7817c976a9fb8ed7a410ad4f0ea13f6249
8
app.quarkus.io/build-timestamp
:
2022-02-15 - 14:
44:53
+0000
labels
:
app
:
policyservice
app.kubernetes.io/name
:
policyservice
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment