Spaces:
Building
Building
more resources, more time
Browse files- k8s/deployment.yaml +4 -4
- 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:
|
| 38 |
-
memory:
|
| 39 |
limits:
|
| 40 |
-
cpu:
|
| 41 |
-
memory:
|
| 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:
|