forked from apache/incubator-kie-kogito-images
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kogito-trusty-infinispan-overrides.yaml
62 lines (55 loc) · 2.19 KB
/
kogito-trusty-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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
schema_version: 1
name: "quay.io/kiegroup/kogito-trusty-infinispan"
description: "Runtime image for Kogito Trusty Service for Infinispan persistence provider"
labels:
- name: "maintainer"
value: "kogito <[email protected]>"
- name: "io.k8s.description"
value: "Runtime image for Kogito Trusty Service for Infinispan persistence provider"
- name: "io.k8s.display-name"
value: "Kogito Trusty Service - Infinispan"
- name: "io.openshift.tags"
value: "kogito,trusty,trusty-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: "QUARKUS_INFINISPAN_CLIENT_SERVER_LIST"
example: "172.18.0.1:11222"
description: "Sets the host name/port to connect to. Each one is separated by a semicolon (eg. host1:11222;host2:11222)."
- name: "QUARKUS_INFINISPAN_CLIENT_USE_AUTH"
example: "true"
description: "Enables or disables authentication"
- name: "QUARKUS_INFINISPAN_CLIENT_AUTH_USERNAME"
example: "myUsername"
description: "Sets user name used by authentication"
- name: "QUARKUS_INFINISPAN_CLIENT_AUTH_PASSWORD"
example: "hard2guess"
description: "Sets password used by authentication"
- name: "QUARKUS_INFINISPAN_CLIENT_AUTH_REALM"
example: "SecretRealm"
description: "Sets realm used by authentication"
- name: "QUARKUS_INFINISPAN_CLIENT_SASL_MECHANISM"
example: "COOLGSSAPI"
description: "Sets SASL mechanism used by authentication"
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.trusty.infinispan
- name: org.kie.kogito.trusty.common
- name: org.kie.kogito.security.custom.truststores
run:
workdir: "/home/kogito"
user: 1001
cmd:
- "/home/kogito/kogito-app-launch.sh"