-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathvalues-feature.yaml
More file actions
152 lines (115 loc) · 2.3 KB
/
values-feature.yaml
File metadata and controls
152 lines (115 loc) · 2.3 KB
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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
replicaCount: 1
env: "feature"
image:
repository: ""
pullPolicy: IfNotPresent
tag: 1.0.1-SNAPSHOT.f4babc7
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
serviceAccount:
create: true
annotations: {}
name: ""
podAnnotations:
prometheus.io/scrape: "true"
prometheus.io/path: "/actuator/prometheus"
prometheus.io/port: "8081"
podSecurityContext: {}
securityContext: {}
service:
type: ClusterIP
port: 8081
httpsPort: 443
reportingService:
enabled: "true"
personReportingServicePort: 8091
organizationReportingServicePort: 8092
investigationReportingServicePort: 8093
observationReportingServicePort: 8094
postProcessingReportingServicePort: 8095
ldfdataReportingServicePort: 8097
dataprocessingService:
enabled: "true"
port: 8082
nndService:
enabled: "true"
port: 8081
srtedataService:
enabled: "true"
port: 8084
dataExtraction:
enabled: "true"
port: 8090
caseNotification:
enabled: "true"
port: 8093
xmlHl7Parser:
enabled: "true"
port: 8088
compare:
enabled: "false"
port: 8085
ingress:
enabled: true
className: "nginx"
tls:
- secretName: dataingestion.feature.nbspreview.com
hosts:
- dataingestion.feature.nbspreview.com
resources:
limits:
memory: "1Gi"
cpu: "500m"
requests:
memory: "512Mi"
cpu: "250m"
autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 100
targetCPUUtilizationPercentage: 80
nodeSelector: {}
tolerations: []
affinity: {}
ingressHost: "dataingestion.feature.nbspreview.com"
jdbc:
dbserver: ""
username: ""
password: ""
kafka:
cluster: ""
log:
path: "/usr/share/dataingestion/data"
cloudProvider: aws
#Azure PVC Settings#
azure:
files:
resourceGroupName:
storageAccountName:
storageClass: azurefile-csi-private-di
storageRequest: 20Gi
#AWS PVC Settings#
pvc:
diPvClaim:
storageClass: efs-dataingestion
storageRequest: 20Gi
efsFileSystemId: "EXAMPLE_EFS_ID"
authUri: ""
sftp:
enabled: ""
host: ""
username: ""
password: ""
elrFileExtns: "txt,hl7"
filePaths: "/"
features:
obrSplitting:
enabled: "false"
apiPayloadMaxSize: "100MB"
# Override available for readiness and liveness probes: port, initialDelaySeconds, periodSeconds, failureThreshold
probes:
readiness:
enabled: true
liveness:
enabled: true