-
Notifications
You must be signed in to change notification settings - Fork 4
/
minimalist-values.yaml
121 lines (113 loc) · 2.88 KB
/
minimalist-values.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
pogues:
ui:
ingress:
hosts:
- host: pogues.domain.com
paths:
- path: /
pathType: ImplementationSpecific
tls:
- hosts:
- pogues.domain.com
env:
API_URL: "https://pogues-api.domain.com/api"
api:
ingress:
hosts:
- host: pogues-api.domain.com
paths:
- path: /
pathType: ImplementationSpecific
tls:
- hosts:
- pogues-api.domain.com
environment:
api:
host: pogues-api.domain.com
name: ""
scheme: https
remote:
metadata:
url: https://ddi-access-services.domain.com/api
stromae:
host: "https://stromae-db.domain.com"
vis:
path: "exist/apps/orbeon/visualize"
orbeon:
host: "https://stromae.domain.com"
queen:
host: https://queen-ui.domain.com
vis:
path: queen/visualize?questionnaire=
stromaev2:
vis:
url: https://stromae-v2-ui.domain.com/visualize?questionnaire=
eno:
host: eno-ws.domain.com
scheme: https
eno-ws:
enoxml:
ingress:
hosts:
- host: eno-ws.domain.com
paths:
- path: /
pathType: ImplementationSpecific
tls:
- hosts:
- eno-ws.domain.com
enojava:
enabled: false
ddi-access-services:
ingress:
hosts:
- host: ddi-access-services.domain.com
paths:
- path: /
pathType: ImplementationSpecific
tls:
- hosts:
- ddi-access-services.domain.com
properties: |-
# SSL
fr.insee.rmes.force.ssl=false
# Log4J configuration File
fr.insee.rmespogbo.log.configuration=log4j2.xml
# Swagger host
fr.insee.rmes.api.host = ddi-access-services.domain.com
fr.insee.rmes.api.name= /api
fr.insee.rmes.api.scheme= https
# Metadata service
fr.insee.rmes.search.DDIItemRepository.impl = DDIItemRepositoryDBImpl
fr.insee.rmes.search.db.host = pogues-db-example
fr.insee.rmes.search.db.port = 5432
fr.insee.rmes.search.db.schema = Pogues
fr.insee.rmes.search.db.user = Pogues
fr.insee.rmes.search.db.password = Pogues
fr.insee.rmes.search.db.driver = org.postgresql.Driver
fr.insee.rmes.search.db.table = ddi_item
queen:
ui:
ingress:
hosts:
- host: queen-ui.domain.com
paths:
- path: /
pathType: ImplementationSpecific
tls:
- hosts:
- queen-ui.domain.com
env:
QUEEN_URL: https://queen-ui.domain.com
authenticationType: NONE
stromae-v2:
ui:
ingress:
hosts:
- host: stromae-v2-ui.domain.com
paths:
- path: /
pathType: ImplementationSpecific
tls:
- hosts:
- stromae-v2-ui.domain.com