values.yaml
1.35 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
kind: Deployment
imagePullSecrets: {}
image:
pullPolicy: IfNotPresent
registry: docker.io
repository: moqui/moquidemo
tag: latest
configMap:
entity_ds_db_conf: "postgres"
entity_ds_database: "moqui"
entity_ds_host: external-postgres
entity_ds_port: "5432"
entity_ds_user: "moqui"
elasticsearch_user: "admin"
secret:
entity_ds_password: "iuqom"
checkDsConnection:
enabled: true
postgresql:
enabled: true
auth:
database: moqui
username: moqui
password: iuqom
checkImage:
pullPolicy: IfNotPresent
registry: null
repository: null
tag: latest
jdbcImage:
enabled: false
pullPolicy: IfNotPresent
repository: null
tag: latest
opensearch:
enabled: true
clusterName: foo-opensearch
url: "http://127.0.0.1:9200"
singleNode: true
masterService: ""
service:
type: ClusterIP
port: 8080
ingress:
enabled: false
annotations: {}
ingressClassName: ""
hosts:
- moqui.local
tls:
enabled: false
secretName: moqui-tls
virtualService:
enabled: false
gateways:
- istio-system/ingress-gateway
hosts:
- moqui.local
match:
- uri:
prefix: "/"
serviceAccount:
create: false
name: default
podSecurityContext: {}
securityContext: {}
replicaCount: 1
podAnnotations: {}
resources: {}
nodeSelector: {}
affinity: {}
tolerations: {}
autoscaling:
enabled: false