Skip to content

Commit

Permalink
missing resources
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Oct 10, 2024
1 parent 4cef95c commit 09d3de9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .kontinuous/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ app:
requests:
memory: 2Gi
cpu: "1"
limits:
memory: 2Gi
cpu: "1"
env:
- name: APP_BASE_URL
value: "https://{{ $.Values.global.host }}"
Expand Down Expand Up @@ -47,6 +50,9 @@ form:
requests:
memory: 2Gi
cpu: "1"
limits:
memory: 2Gi
cpu: "1"
host: "formulaire-{{ $.Values.global.host }}"
env:
- name: APP_BASE_URL
Expand Down

0 comments on commit 09d3de9

Please sign in to comment.