Create an image (and an image stream if possible) for data index service that has been released with 0.3.0
It should be
- based on UBI8 + JRE
- it will run executable jar file as the program
- it requires config map - ProtoFiles
- it requires following environment variables
KOGITO_PROTOBUF_FOLDER=/some/path/in/container/that/config/map/will/be/mapped
KOGITO_PROTOBUF_WATCH=true
QUARKUS_INFINISPAN-CLIENT.SERVER-LIST=list of Infinispan server:port
MP_MESSAGING_INCOMING_KOGITO-PROCESSINSTANCES-EVENTS_BOOTSTRAP_SERVERS=list of Kafka Server:port
Link to the executable jar file to be used https://repo.maven.apache.org/maven2/org/kie/kogito/data-index-service/0.3.0/data-index-service-0.3.0-runner.jar
- relates to
-
KOGITO-222 Kogito Operator to deploy Data Index Service
- Resolved