Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

fix: updates resources values #174

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions .kontinuous/env/prod/values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,13 @@ app:
host: archifiltre.fr
redirectFrom:
- "{{ .Values.global.host }}"
autoscale:
enabled: true
minReplicas: 1
maxReplicas: 3
resources:
requests:
cpu: 10m
memory: 256Mi
limits:
cpu: 100m
memory: 512Mi
memory: 768Mi
limits:
cpu: 200m
memory: 1Gi

jobs:
runs:
Expand Down
Loading