cboettig commited on
Commit
2bd0c79
·
1 Parent(s): 00e30e0

more resources, more time

Browse files
Files changed (2) hide show
  1. k8s/deployment.yaml +4 -4
  2. k8s/ingress.yaml +5 -0
k8s/deployment.yaml CHANGED
@@ -34,10 +34,10 @@ spec:
34
  key: NRP_API_KEY
35
  resources:
36
  requests:
37
- cpu: 2
38
- memory: 4Gi
39
  limits:
40
- cpu: 2
41
- memory: 4Gi
42
 
43
 
 
34
  key: NRP_API_KEY
35
  resources:
36
  requests:
37
+ cpu: 6
38
+ memory: 14Gi
39
  limits:
40
+ cpu: 6
41
+ memory: 14Gi
42
 
43
 
k8s/ingress.yaml CHANGED
@@ -2,6 +2,11 @@ apiVersion: networking.k8s.io/v1
2
  kind: Ingress
3
  metadata:
4
  name: cbn-ingress
 
 
 
 
 
5
  spec:
6
  ingressClassName: haproxy
7
  rules:
 
2
  kind: Ingress
3
  metadata:
4
  name: cbn-ingress
5
+ annotations:
6
+ haproxy.org/timeout-server: "300s"
7
+ haproxy.org/timeout-client: "300s"
8
+ haproxy.org/timeout-connect: "300s"
9
+ haproxy.org/timeout-http-request: "300s"
10
  spec:
11
  ingressClassName: haproxy
12
  rules: