-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues.yaml
85 lines (76 loc) · 1.82 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
global:
setupServices: false
nodeEnv: "development"
microservice:
url:
secretName: "deep-microservice-url-secret"
auth:
secretName: "deep-microservice-auth-secret"
kafka:
secretName: "deep-kafka-secret"
port: "9092"
docker:
secretName: ""
analysis:
graphql:
port: "4001"
path: "/graphql"
replicas: 1
container:
image: "thinkdeeptech/deep-microservice-analysis:latest"
neo4j:
neo4j:
username: ""
password: ""
services:
neo4j:
enabled: false
annotations: {
'service.beta.kubernetes.io/do-loadbalancer-protocol': 'http2',
'service.beta.kubernetes.io/do-loadbalancer-algorithm': 'round_robin',
'service.beta.kubernetes.io/do-loadbalancer-tls-ports': '443'
}
config:
dbms.default_database: ""
dbms.default_advertised_address: ""
collection:
graphql:
port: "4002"
path: "/graphql"
replicas: 1
twitter:
bearer: ""
container:
image: "thinkdeeptech/deep-microservice-collection:latest"
data:
collector:
image: "thinkdeeptech/collect-data:latest"
configuration:
graphql:
port: "4003"
path: "/graphql"
replicas: 1
container:
image: "thinkdeeptech/deep-microservice-configuration:latest"
gateway:
graphql:
port: "4000"
path: "/graphql"
replicas: 1
service:
certificateId: ""
container:
image: "thinkdeeptech/deep-microservice-gateway:latest"
subscription:
graphql:
port: "4004"
path: "/graphql"
replicas: 1
service:
certificateId: ""
container:
image: "thinkdeeptech/deep-microservice-subscription:latest"
auth:
audience: ""
jwksUri: ""
issuer: ""