Skip to content

Commit

Permalink
kie-kogito-examples-1909: serverless-workflow-timeouts-showcase-exten…
Browse files Browse the repository at this point in the history
…ded example JobsService image update (apache#1910)
  • Loading branch information
wmedvede authored and rgdoliveira committed May 7, 2024
1 parent 769ebb1 commit bff5fab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ spec:
spec:
containers:
- name: jobs-service-postgresql
image: quay.io/kiegroup/kogito-jobs-service-allinone-nightly:latest
image: quay.io/kiegroup/kogito-jobs-service-postgresql-nightly:latest
imagePullPolicy: Always
ports:
- containerPort: 8080
Expand All @@ -175,8 +175,6 @@ spec:
fieldPath: metadata.namespace
- name: KOGITO_SERVICE_URL
value: http://jobs-service-postgresql
- name: JOBS_SERVICE_PERSISTENCE
value: "postgresql"
- name: KOGITO_JOBS_SERVICE_HTTP_JOB_STATUS_CHANGE_EVENTS
value: "true"
- name: QUARKUS_DATASOURCE_USERNAME
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ spec:
spec:
containers:
- name: jobs-service-postgresql
image: quay.io/kiegroup/kogito-jobs-service-allinone-nightly:latest
image: quay.io/kiegroup/kogito-jobs-service-postgresql-nightly:latest
imagePullPolicy: Always
ports:
- containerPort: 8080
Expand All @@ -96,8 +96,6 @@ spec:
value: http://jobs-service-postgresql
- name: KOGITO_JOBS_SERVICE_HTTP_JOB_STATUS_CHANGE_EVENTS
value: "true"
- name: JOBS_SERVICE_PERSISTENCE
value: "postgresql"
- name: QUARKUS_DATASOURCE_USERNAME
value: postgres
- name: QUARKUS_DATASOURCE_PASSWORD
Expand Down

0 comments on commit bff5fab

Please sign in to comment.