We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2550832 commit f5dac9dCopy full SHA for f5dac9d
1 file changed
.kontinuous/values.yaml
@@ -2,13 +2,9 @@ app:
2
~chart: app
3
~needs: [build-app, pg]
4
imagePackage: app
5
- resources:
6
- requests:
7
- cpu: 0.2
8
- memory: 256Mi
9
- limits:
10
- cpu: 1
11
- memory: 4Gi
+ annotations:
+ oblik.socialgouv.io/min-request-cpu: "200m"
+ oblik.socialgouv.io/min-request-memory: "512Mi"
12
env:
13
- name: APP_BASE_URL
14
value: "https://{{ $.Values.global.host }}"
@@ -43,13 +39,9 @@ form:
43
39
~needs: [build-form, pg-form]
44
40
imagePackage: form
45
41
host: "formulaire-{{ $.Values.global.host }}"
46
47
48
49
50
51
52
42
53
54
55
value: "https://formulaire-{{ $.Values.global.host }}"
0 commit comments