generated from CDCgov/template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
values-dts1.yaml
115 lines (86 loc) · 1.74 KB
/
values-dts1.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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
replicaCount: 1
env: "dts1"
image:
repository: ""
pullPolicy: IfNotPresent
tag: 1.0.1-SNAPSHOT.d8c8e7f
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
ingress:
enabled: true
className: "nginx"
tls:
- secretName: dataingestion.dts1.nbspreview.com
hosts:
- dataingestion.dts1.nbspreview.com
# Kubernetes resource limits
resources: {}
autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 100
targetCPUUtilizationPercentage: 80
nodeSelector: {}
tolerations: []
affinity: {}
ingressHost: "dataingestion.dts1.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: ""