-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathvalues.yaml
71 lines (60 loc) · 1.15 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
replicaCount: 1
maxUnavailable: 0
image:
repository: hypertrace/hypertrace-graphql-service
pullPolicy: IfNotPresent
tagOverride: ""
imagePullSecrets: []
service:
type: ClusterIP
port: 23431
adminPort: 23432
podLabels:
app: hypertrace-graphql
deploymentSelectorMatchLabels:
app: hypertrace-graphql
serviceSelectorLabels:
app: hypertrace-graphql
nodeLabels: {}
livenessProbe:
initialDelaySeconds: 10
periodSeconds: 10
readinessProbe:
initialDelaySeconds: 2
periodSeconds: 5
javaOpts: "-Xms256M -Xmx512M"
resources:
limits:
cpu: 0.5
memory: 512Mi
requests:
cpu: 100m
memory: 512Mi
serviceConfig:
name: hypertrace-graphql-service-config
urlPath: /graphql
corsEnabled: true
defaultTenantId: ""
timeoutDuration: 30s
threads:
io: 10
request: 10
attributeService:
host: attribute-service
port: 9012
gatewayService:
host: gateway-service
port: 50071
entityService:
host: entity-service
port: 50061
configService:
host: config-service
port: 50101
logConfig:
name: hypertrace-graphql-log-config
rootLogger:
level: INFO
appender:
rolling:
enabled: false