forked from apache/incubator-kie-tools
-
Notifications
You must be signed in to change notification settings - Fork 6
/
kogito-jobs-service-postgresql-image.yaml
55 lines (48 loc) · 1.73 KB
/
kogito-jobs-service-postgresql-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
55
schema_version: 1
name: "quay.io/kiegroup/kogito-jobs-service-postgresql"
version: "2.0.0-snapshot"
from: "registry.access.redhat.com/ubi8/ubi-minimal:latest"
description: "Runtime image for Kogito Jobs Service based on Postgresql"
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 Jobs Service based on Postgresql"
- name: "io.k8s.display-name"
value: "Kogito Jobs Service based on Postgresql"
- name: "io.openshift.tags"
value: "kogito,jobs-service-postgresql"
- 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."
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.jobs.service.postgresql
- name: org.kie.kogito.security.custom.truststores
- name: org.kie.kogito.jobs.service.common
ports:
- value: 8080
run:
workdir: "/home/kogito"
user: 1001
cmd:
- "/home/kogito/kogito-app-launch.sh"