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

Commit

Permalink
fix(k8s): probes'
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed Jul 27, 2023
1 parent 917933e commit 0200a19
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .kontinuous/env/preprod/values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ app:
cpu: 10m
memory: 256Mi
limits:
cpu: 40m
cpu: 100m
memory: 512Mi
2 changes: 1 addition & 1 deletion .kontinuous/env/prod/values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ app:
cpu: 10m
memory: 256Mi
limits:
cpu: 40m
cpu: 100m
memory: 512Mi

jobs:
Expand Down
3 changes: 3 additions & 0 deletions .kontinuous/values.yml → .kontinuous/values.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
app:
~chart: app
~needs: [build-app]
imageProject: archifiltre
imageRepository: archifiltre-site-v2
probesPath: /
startupProbe:
initialDelaySeconds: 30
envFrom:
- secretRef:
name: app
Expand Down

0 comments on commit 0200a19

Please sign in to comment.