forked from apache/incubator-kie-tools
-
Notifications
You must be signed in to change notification settings - Fork 6
/
kogito-task-console-image.yaml
55 lines (47 loc) · 1.6 KB
/
kogito-task-console-image.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
46
47
48
49
50
51
52
53
54
schema_version: 1
name: "quay.io/kiegroup/kogito-task-console"
version: "2.0.0-snapshot"
from: "registry.access.redhat.com/ubi8/ubi-minimal:latest"
description: "Runtime image for Kogito Task Console"
labels:
- name: "org.kie.kogito.version"
value: "2.0.0-SNAPSHOT"
- name: "maintainer"
value: "kogito <[email protected]>"
- name: "io.k8s.description"
value: "Runtime image for Kogito Task Console, manage your Business Process easily."
- name: "io.k8s.display-name"
value: "Kogito Task Console"
- name: "io.openshift.tags"
value: "kogito,task,task-console"
- 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: "KOGITO_DATAINDEX_HTTP_URL"
example: "http://data-index.service:8080"
description: "Data Index service address, defaults to http://localhost:8180."
packages:
manager: microdnf
modules:
repositories:
- path: modules
install:
- name: org.kie.kogito.image.dependencies
- name: org.kie.kogito.system.user
- name: org.kie.kogito.logging
- name: org.kie.kogito.openjdk.headless
version: "11"
- name: org.kie.kogito.dynamic.resources
- name: org.kie.kogito.launch.scripts
- name: org.kie.kogito.task.console
- name: org.kie.kogito.security.custom.truststores
ports:
- value: 8080
run:
workdir: "/home/kogito"
user: 1001
cmd:
- "/home/kogito/kogito-app-launch.sh"