generated from CDCgov/template
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathvalues.yaml
63 lines (55 loc) · 1.66 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
replicaCount: 1
image:
repository: quay.io/us-cdcgov/cdc-nbs-modernization/nbs6
tag: "6.0.16.1"
pullPolicy: IfNotPresent
service:
type: ClusterIP
ports:
http: 80
https: 443
targetPort: 7001
ingress:
enabled: true
class: nginx
annotations:
kubernetes.io/ingress.class: "nginx"
nginx.ingress.kubernetes.io/service-upstream: "true"
nginx.ingress.kubernetes.io/configuration-snippet: |
more_set_headers "X-Frame-Options: Allow";
more_set_headers "Cross-Origin-Opener-Policy: same-origin";
tls:
- secretName: app-classic.example.com
hosts:
- app-classic.example.com
rules:
- host: app-classic.example.com
paths:
- path: /
pathType: Prefix
annotationsCached:
kubernetes.io/ingress.class: "nginx"
nginx.ingress.kubernetes.io/service-upstream: "true"
nginx.ingress.kubernetes.io/configuration-snippet: |
more_set_headers "X-Frame-Options: Allow";
more_set_headers "Cross-Origin-Opener-Policy: same-origin";
more_set_headers "Cache-Content: max-age=1209600, immutable";
tlsCached:
- secretName: app-classic.example.com
hosts:
- app-classic.example.com
rulesCached:
- host: app-classic.example.com
paths:
- path: '/.+\.(jpg|svg|jpeg|gif|png|ico|css|zip|tgz|gz|rar|bz2|pdf|txt|tar|wav|bmp|rtf|js|flv|swf|ttf|woff|woff2)$'
pathType: ImplementationSpecific
resources:
requests:
memory: "15Gi"
limits:
memory: "15Gi"
env:
DATABASE_ENDPOINT: ""
DISABLED_SCHEDULED_TASKS: "SendAlertEMail.bat, DeDuplicationSimilarBatchProcess.bat, UserProfileUpdateProcess.bat"
JAVA_MEMORY: "14000m"
lifecycle: {}