-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheakte-values.yaml
52 lines (50 loc) · 1.12 KB
/
eakte-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
imageCredentials:
dockeryuuvisorg:
# Credentials received from Optimal Systems
registry: docker.yuuvis.org
username:
password:
redis:
master:
persistence:
storageClass: managed-premium
postgresql:
auth:
# Choose a new password.
# This password is not needed in the eakte installation
postgresPassword: changeme
primary:
persistence:
storageClass: managed-premium
eakte:
db:
# user will be created in the postgresql database
# choose a new password
user: eakte
password: changeme
api:
instances: 1
client:
instances: 1
feedback:
instances: 1
credentials:
# Credentials received from Optimal Systems
accessKeyId: ""
secretAccessKey: ""
webhook:
instances: 1
filePlanImporter:
instances: 1
yuuvis:
namespace: yuuvis
amqp:
# Credentials from the Yuuvis Infrastructure Installation
url: rabbitmq.infrastructure:5672
username: rodger
password: changeme
# Credentials from an user with the role YUUVIS_SYSTEM_INTEGRATOR
systemAdmin:
tenant: changeme
username: changeme
password: changeme