Skip to content

Commit

Permalink
Release v7.0.1 Commit efde87f Deploy Commit #17a8dd7
Browse files Browse the repository at this point in the history
  • Loading branch information
buildmachine-sou-jenkins2 committed Apr 10, 2024
1 parent e4a9263 commit a064138
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 17 deletions.
1 change: 1 addition & 0 deletions jobservice-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ data:
JOB_SERVICE_DATABASE_APPNAME: Job Service
JOB_SERVICE_DATABASE_APPNAME_JOBTRACKING: Job Tracking Worker
JOB_SERVICE_DATABASE_APPNAME_SCHEDULED_EXECUTOR: Job Service Scheduled Executor
CAF_RABBITMQ_PROTOCOL: amqp
CAF_RABBITMQ_HOST: rabbitmq
CAF_RABBITMQ_PORT: "5672"
CAF_RABBITMQ_USERNAME: guest
Expand Down
22 changes: 11 additions & 11 deletions jobservice-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
type: Recreate
template:
metadata:
creationTimestamp: 2023-08-24T13:18:41Z
creationTimestamp: 2024-04-09T20:37:19Z
labels:
io.kompose.service: jobservicedb
spec:
Expand Down Expand Up @@ -55,7 +55,7 @@ spec:
type: Recreate
template:
metadata:
creationTimestamp: 2023-08-24T13:18:41Z
creationTimestamp: 2024-04-09T20:37:19Z
labels:
io.kompose.service: rabbitmq
spec:
Expand Down Expand Up @@ -86,13 +86,13 @@ spec:
type: Recreate
template:
metadata:
creationTimestamp: 2023-08-24T13:18:41Z
creationTimestamp: 2024-04-09T20:37:19Z
labels:
io.kompose.service: jobservice
spec:
containers:
- name: jobservice
image: jobservice/prereleases:job-service-6.2.1-176
image: jobservice/prereleases:job-service-7.0.1-381
imagePullPolicy: Always
env:
- name: JOB_SERVICE_DATABASE_APPNAME
Expand Down Expand Up @@ -173,13 +173,13 @@ spec:
type: Recreate
template:
metadata:
creationTimestamp: 2023-08-24T13:18:41Z
creationTimestamp: 2024-04-09T20:37:19Z
labels:
io.kompose.service: jobtrackingworker
spec:
containers:
- name: worker-jobtracking
image: jobservice/prereleases:worker-jobtracking-6.2.1-176
image: jobservice/prereleases:worker-jobtracking-7.0.1-381
imagePullPolicy: Always
env:
- name: JOB_SERVICE_DATABASE_APPNAME
Expand Down Expand Up @@ -259,13 +259,13 @@ spec:
type: Recreate
template:
metadata:
creationTimestamp: 2023-08-24T13:18:41Z
creationTimestamp: 2024-04-09T20:37:19Z
labels:
io.kompose.service: jobservicescheduledexecutor
spec:
containers:
- name: jobservicescheduledexecutor
image: jobservice/prereleases:job-service-scheduled-executor-6.2.1-176
image: jobservice/prereleases:job-service-scheduled-executor-7.0.1-381
imagePullPolicy: Always
env:
- name: JOB_SERVICE_DATABASE_APPNAME
Expand Down Expand Up @@ -344,7 +344,7 @@ spec:
type: Recreate
template:
metadata:
creationTimestamp: 2023-08-24T13:18:41Z
creationTimestamp: 2024-04-09T20:37:19Z
labels:
io.kompose.service: worker-globfilter
spec:
Expand Down Expand Up @@ -402,7 +402,7 @@ spec:
type: Recreate
template:
metadata:
creationTimestamp: 2023-08-24T13:18:41Z
creationTimestamp: 2024-04-09T20:37:19Z
labels:
io.kompose.service: worker-langdetect
spec:
Expand Down Expand Up @@ -462,7 +462,7 @@ spec:
type: Recreate
template:
metadata:
creationTimestamp: 2023-08-24T13:18:41Z
creationTimestamp: 2024-04-09T20:37:19Z
labels:
io.kompose.service: filebrowser
spec:
Expand Down
6 changes: 3 additions & 3 deletions production-marathon/marathon.json.b
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"instances": 1,
"container": {
"docker": {
"image": "jobservice/prereleases:job-service-6.2.1-176",
"image": "jobservice/prereleases:job-service-7.0.1-381",
"network": "BRIDGE",
"portMappings": [{
"containerPort": 8080,
Expand Down Expand Up @@ -53,7 +53,7 @@
"container": {
"type": "DOCKER",
"docker": {
"image": "jobservice/prereleases:worker-jobtracking-6.2.1-176",
"image": "jobservice/prereleases:worker-jobtracking-7.0.1-381",
"network": "BRIDGE",
"forcePullImage": true,
"portMappings": [{
Expand Down Expand Up @@ -114,7 +114,7 @@
"container": {
"type": "DOCKER",
"docker": {
"image": "jobservice/prereleases:job-service-scheduled-executor-6.2.1-176",
"image": "jobservice/prereleases:job-service-scheduled-executor-7.0.1-381",
"network": "BRIDGE",
"forcePullImage": true,
"portMappings": [{
Expand Down
6 changes: 3 additions & 3 deletions production-swarm/docker-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
CAF_TRACKING_PIPE: jobtracking-in
CAF_WEBSERVICE_URL: "http://${JOB_SERVICE_DOCKER_HOST}:${JOB_SERVICE_PORT}/job-service/v1"
CAF_JOB_SERVICE_RESUME_JOB_QUEUE: "${CAF_JOB_SERVICE_RESUME_JOB_QUEUE}"
image: jobservice/prereleases:job-service-6.2.1-176
image: jobservice/prereleases:job-service-7.0.1-381
deploy:
mode: replicated
replicas: 2
Expand All @@ -41,7 +41,7 @@ services:
JOB_SERVICE_DATABASE_USERNAME: "${JOB_SERVICE_DATABASE_USERNAME}"
JOB_SERVICE_DATABASE_PASSWORD: "${JOB_SERVICE_DATABASE_PASSWORD}"
CAF_WEBSERVICE_URL: "http://${JOB_SERVICE_DOCKER_HOST}:${JOB_SERVICE_PORT}/job-service/v1"
image: jobservice/prereleases:worker-jobtracking-6.2.1-176
image: jobservice/prereleases:worker-jobtracking-7.0.1-381
deploy:
mode: replicated
replicas: 2
Expand All @@ -68,7 +68,7 @@ services:
CAF_TRACKING_PIPE: jobtracking-in
CAF_WEBSERVICE_URL: "http://${JOB_SERVICE_DOCKER_HOST}:${JOB_SERVICE_PORT}/job-service/v1"
CAF_SCHEDULED_EXECUTOR_PERIOD: 10
image: jobservice/prereleases:job-service-scheduled-executor-6.2.1-176
image: jobservice/prereleases:job-service-scheduled-executor-7.0.1-381
deploy:
mode: replicated
replicas: 2
Expand Down

0 comments on commit a064138

Please sign in to comment.