forked from apache/incubator-kie-kogito-images
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kogito-jobs-service-infinispan-overrides.yaml
45 lines (39 loc) · 1.42 KB
/
kogito-jobs-service-infinispan-overrides.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
schema_version: 1
name: "quay.io/kiegroup/kogito-jobs-service-infinispan"
description: "Runtime image for Kogito Jobs Service based on Infinispan"
labels:
- name: "maintainer"
value: "kogito <[email protected]>"
- name: "io.k8s.description"
value: "Runtime image for Kogito Jobs Service based on Infinispan"
- name: "io.k8s.display-name"
value: "Kogito Jobs Service based on Infinispan"
- name: "io.openshift.tags"
value: "kogito,jobs-service-infinispan"
- name: "io.openshift.expose-services"
value: "8080:http"
envs:
- name: "SCRIPT_DEBUG"
example: "true"
description: "If set to true, ensures that the bash scripts are executed with the -x option, printing the commands and their arguments as they are executed. Also debug JVM initialization."
- name: "ENABLE_EVENTS"
example: "true"
description: "By default Jobs Service doesn't integrate with message systems (e.g. Kafka). Set this variable to true to enable the events add-on."
ports:
- value: 8080
modules:
install:
- name: org.kie.kogito.image.dependencies
- name: org.kie.kogito.system.user
- name: org.kie.kogito.logging
- name: org.kie.kogito.openjdk
version: "11-headless"
- name: org.kie.kogito.dynamic.resources
- name: org.kie.kogito.launch.scripts
- name: org.kie.kogito.jobs.service.infinispan
- name: org.kie.kogito.security.custom.truststores
run:
workdir: "/home/kogito"
user: 1001
cmd:
- "/home/kogito/kogito-app-launch.sh"