Skip to content

Commit

Permalink
Merge branch 'main' into fix/compute-todos
Browse files Browse the repository at this point in the history
  • Loading branch information
mheggelund authored Jan 18, 2024
2 parents 3d4b0ca + 3bfd02f commit 20ea3ff
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions radixconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ spec:
- name: api
image: ghcr.io/equinor/pepm-core-api/pepm-api:{imageTagName}
publicPort: http
resources:
requests:
memory: "2048Mi"
ports:
- name: http
port: 5000
Expand Down Expand Up @@ -105,10 +108,9 @@ spec:
schedulerPort: 8090
resources:
requests:
memory: "2048Mi"
memory: "4096Mi"
cpu: "1000m"
limits:
memory: "4096Mi"
cpu: "2000m"
payload:
path: /app/args
Expand Down Expand Up @@ -174,10 +176,9 @@ spec:
timeLimitSeconds: 43200
resources:
requests:
memory: "4096Mi"
memory: "8192Mi"
cpu: "1000m"
limits:
memory: "8192Mi"
cpu: "2000m"
payload:
path: /app/args
Expand Down Expand Up @@ -243,10 +244,9 @@ spec:
timeLimitSeconds: 43200
resources:
requests:
memory: "4096Mi"
memory: "8192Mi"
cpu: "1000m"
limits:
memory: "8192Mi"
cpu: "2000m"
payload:
path: /app/args
Expand Down

0 comments on commit 20ea3ff

Please sign in to comment.