Skip to content

Commit

Permalink
fix resources
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Sep 10, 2024
1 parent 49ae5ed commit 136b198
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .kontinuous/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,15 @@ frontend:
probesPath: /healthz/
ingress:
enabled: false
resources:
requests:
cpu: 100m
memory: 200Mi
limits:
cpu: 150m
memory: 300Mi
annotations:
oblik.socialgouv.io/min-request-cpu: 500m
oblik.socialgouv.io/min-limit-cpu: 500m
oblik.socialgouv.io/min-request-memory: 1Gi
oblik.socialgouv.io/min-limit-memory: 1Gi
startupProbe:
initialDelaySeconds: 60
failureThreshold: 5
periodSeconds: 10
env:
- name: GATSBY_API_BASE_URL
value: "https://{{ tpl .Values.global.apiHost . }}" # TODO for some reason, without tpl the value inside apiHost is not evaluated
Expand Down

0 comments on commit 136b198

Please sign in to comment.