Skip to content

Commit

Permalink
More memory and longer timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
emil-laurell authored Dec 9, 2024
1 parent c165a96 commit b9ad95e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/majako-cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ spec:
resources:
requests:
cpu: 400m
memory: 300Mi
memory: 500Mi
limits:
memory: 300Mi
memory: 500Mi
---
apiVersion: v1
kind: Service
Expand All @@ -49,6 +49,7 @@ metadata:
annotations:
kubernetes.io/ingress.class: "nginx"
cert-manager.io/cluster-issuer: "letsencrypt-prod"
nginx.ingress.kubernetes.io/proxy-read-timeout: "300s"
spec:
tls:
- hosts:
Expand Down

0 comments on commit b9ad95e

Please sign in to comment.