porcelli commented on code in PR #2051:
URL:
https://github.com/apache/incubator-kie-kogito-examples/pull/2051#discussion_r1930433476
##########
serverless-workflow-examples/serverless-workflow-timeouts-showcase-extended/kubernetes/jobs-service-postgresql.yml:
##########
@@ -72,16 +72,20 @@ spec:
selector:
matchLabels:
app.kubernetes.io/name: jobs-service-postgresql
- app.kubernetes.io/version: 999-SNAPSHOT
+ app.kubernetes.io/version: 10.0.0
template:
metadata:
labels:
app.kubernetes.io/name: jobs-service-postgresql
- app.kubernetes.io/version: 999-SNAPSHOT
+ app.kubernetes.io/version: 10.0.0
spec:
containers:
- name: jobs-service-postgresql
- image: quay.io/kiegroup/kogito-jobs-service-postgresql-nightly:10.0
+<<<<<<< HEAD
Review Comment:
conflict
##########
README.md:
##########
@@ -1,162 +1,55 @@
-# Kogito Examples
+# Apache KIE Examples
-This module contains a number of examples that you can take a look at and try
out yourself. Please take a look at the readme of each individual example for
more details on how the example works and how to run it yourself (either
locally or on Kubernetes).
+This repository contains a number of examples for
[Drools](https://github.com/apache/incubator-kie-drools),
[Kogito](https://github.com/apache/incubator-kie-kogito-runtimes) and
[Sonataflow](https://sonataflow.org) that you can take a look at and try out
yourself. Please take a look at the readme of each individual example for more
details on how the example works and how to run it yourself.
Review Comment:
missing jBPM reference
##########
kogito-quarkus-examples/ocp-tryout/kogito-jobs-service/kogito-jobs-service.sh:
##########
@@ -28,7 +28,11 @@ if [ "${action}" == "uninstall" ]; then
elif [ "${action}" == "install" ]; then
echo "*** installing jobs service"
- oc new-app quay.io/kiegroup/kogito-jobs-service-${type}:10.0
+<<<<<<< HEAD
Review Comment:
conflict
##########
kogito-quarkus-examples/ocp-tryout/kogito-data-index/kogito-data-index.sh:
##########
@@ -37,7 +37,11 @@ elif [ "${action}" == "install" ]; then
oc create configmap data-index-config --from-file=../testapp/protobuf -o
yaml --dry-run=client | \
oc label -f- --dry-run=client -o yaml --local=true
app=kogito-data-index-"${type}" | \
oc apply -f- -n $(getProjectName) $(dryRun)
- oc new-app quay.io/kiegroup/kogito-data-index-"${type}":10.0
+<<<<<<< HEAD
Review Comment:
conflict
##########
kogito-quarkus-examples/process-usertasks-timer-quarkus-with-console/docker-compose/docker-compose-postgresql.yml:
##########
@@ -125,7 +125,7 @@ services:
jobs-service:
container_name: jobs-service
- image: quay.io/kiegroup/kogito-jobs-service-postgresql:10.0
+ image: docker.io/apache/incubator-kie-kogito-jobs-service-postgresql:10.0
Review Comment:
tag should be 10.0.0
##########
serverless-workflow-examples/serverless-workflow-timeouts-showcase-extended/kubernetes/data-index-service-postgresql.yml:
##########
@@ -31,31 +31,35 @@ spec:
targetPort: 8080
selector:
app.kubernetes.io/name: data-index-service-postgresql
- app.kubernetes.io/version: 999-SNAPSHOT
+ app.kubernetes.io/version: 10.0.0
type: ClusterIP
---
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app.kubernetes.io/name: data-index-service-postgresql
- app.kubernetes.io/version: 999-SNAPSHOT
+ app.kubernetes.io/version: 10.0.0
name: data-index-service-postgresql
spec:
replicas: 1
selector:
matchLabels:
app.kubernetes.io/name: data-index-service-postgresql
- app.kubernetes.io/version: 999-SNAPSHOT
+ app.kubernetes.io/version: 10.0.0
template:
metadata:
labels:
app.kubernetes.io/name: data-index-service-postgresql
- app.kubernetes.io/version: 999-SNAPSHOT
+ app.kubernetes.io/version: 10.0.0
spec:
containers:
- name: data-index-service-postgresql
- image: quay.io/kiegroup/kogito-data-index-postgresql-nightly:10.0
+<<<<<<< HEAD
Review Comment:
conflict
##########
kogito-quarkus-examples/ocp-tryout/kogito-task-console/kogito-task-console.sh:
##########
@@ -19,6 +19,10 @@
#
+<<<<<<<
HEAD:kogito-quarkus-examples/ocp-tryout/kogito-task-console/kogito-task-console.sh
Review Comment:
conflict
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]