-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues.yaml
92 lines (84 loc) · 2.67 KB
/
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
host: ${host-name}
coreContainer:
image: docker.nexus.dataspac.es/core-container:1.2.0
ingress:
path: /${deployment-name}/(.*) # Remove "/${deployment-name}" if only connector in cluster and/or domain
rewriteTarget: /$1
clusterIssuer: letsencrypt
ingressClass: public
environment:
- name: ENABLE_OCSP
value: "false"
- name: ENABLE_CRL
value: "false"
secrets:
idsIdentity:
name: ${ids-identity-secret}
adminUi:
enabled: true
image: docker.nexus.dataspac.es/ui/core-container-ui:master
ingress:
path: /${deployment-name}/ui/(.*) # Remove "/${deployment-name}" if only connector in cluster and/or domain
rewriteTarget: /$1
clusterIssuer: letsencrypt
ingressClass: public
ids:
info:
idsid: ${IDS_COMPONENT_ID}
curator: ${IDS_PARTICIPANT_ID}
maintainer: ${IDS_PARTICIPANT_ID}
titles:
- CONNECTOR TITLE@en
descriptions:
- CONNECTOR DESCRIPTION@en
accessUrl:
- https://{{ .Values.host }}/${deployment-name}/router # Remove "/${deployment-name}" if only connector in cluster and/or domain
security:
apiKeys:
- id: default
key: APIKEY-sgqgCPJWgQjmMWrKLAmkETDE
roles:
- DATA_APP
- PEF_MANAGER
users:
- id: admin
# -- BCrypt encoded password (defaults to enershare)
password: $2a$12$cOEhv/gcpyCFs5KkObTbweQ0axqwIuKysZdeJMArNxHCXWzYayddu
roles:
- ADMIN
daps:
url: https://daps.enershare.dataspac.es/v2
broker:
id: urn:ids:enershare:connectors:MetadataBroker
address: https://broker.enershare.dataspac.es/infrastructure
autoRegister: true
routes:
ingress:
http:
- dataApp: http://{{ template "tsg-connector.fullname" . }}-openapi-data-app-http:8080/router
endpoint: router
parameters: "&matchOnUriPrefix=true"
containers:
- type: data-app
name: openapi-data-app
image: docker.nexus.dataspac.es/data-apps/openapi-data-app:2.1.0
apiKey: APIKEY-sgqgCPJWgQjmMWrKLAmkETDE
config:
openApi:
usePolicyEnforcement: false
agents:
- id: ${IDS_COMPONENT_ID}:${AgentName} # custom agent defined by user
backEndUrlMapping:
${api-version}: http://${service-name}:${internal-service-port}
title: SERVICE TITLE
openApiBaseUrl: https://app.swaggerhub.com/apiproxy/registry/${username}/${api-name}/
versions:
- ${api-version}
services:
- port: 8080
name: http
ingress:
path: /${data-app}/(.*)
rewriteTarget: /$1
clusterIssuer: letsencrypt
ingressClass: public