File tree 5 files changed +69
-58
lines changed
5 files changed +69
-58
lines changed Original file line number Diff line number Diff line change 10
10
" trivy" ,
11
11
" grype" ,
12
12
" KUBECFG" ,
13
+ " cainjector" ,
13
14
" CNAME" ,
14
15
" SBOM" ,
15
16
" Venafi" ,
Original file line number Diff line number Diff line change @@ -87,12 +87,34 @@ environments:
87
87
cert-manager :
88
88
issuer : custom-ca
89
89
resources :
90
- requests :
91
- cpu : 50m
92
- memory : 64Mi
93
- limits :
94
- cpu : " 1"
95
- memory : 512Mi
90
+ certManager :
91
+ requests :
92
+ cpu : 50m
93
+ memory : 128Mi
94
+ limits :
95
+ cpu : " 1"
96
+ memory : 512Mi
97
+ startupapicheck :
98
+ requests :
99
+ cpu : 50m
100
+ memory : 64Mi
101
+ limits :
102
+ cpu : 200m
103
+ memory : 384Mi
104
+ cainjector :
105
+ requests :
106
+ cpu : 50m
107
+ memory : 384Mi
108
+ limits :
109
+ cpu : 200m
110
+ memory : 1Gi
111
+ webhook :
112
+ requests :
113
+ cpu : 50m
114
+ memory : 64Mi
115
+ limits :
116
+ cpu : 100m
117
+ memory : 256Mi
96
118
_rawValues : {}
97
119
cnpg :
98
120
resources :
@@ -236,18 +258,18 @@ environments:
236
258
resources :
237
259
falco :
238
260
requests :
239
- cpu : 100m
261
+ cpu : 300m
240
262
memory : 512Mi
241
263
limits :
242
264
cpu : " 1"
243
265
memory : 1Gi
244
266
falcoCtlFollow :
245
267
requests :
246
- cpu : 100m
247
- memory : 16Mi
268
+ cpu : 300m
269
+ memory : 128Mi
248
270
limits :
249
271
cpu : 500m
250
- memory : 32Mi
272
+ memory : 256Mi
251
273
falcoCtlInstall :
252
274
requests :
253
275
cpu : 100m
@@ -265,10 +287,10 @@ environments:
265
287
falcoExporter :
266
288
requests :
267
289
cpu : 100m
268
- memory : 16Mi
290
+ memory : 128Mi
269
291
limits :
270
292
cpu : 500m
271
- memory : 32Mi
293
+ memory : 512Mi
272
294
gitea :
273
295
adminUsername : otomi-admin
274
296
_rawValues : {}
@@ -488,7 +510,7 @@ environments:
488
510
memory : 128Mi
489
511
requests :
490
512
cpu : 100m
491
- memory : 32Mi
513
+ memory : 128Mi
492
514
agent :
493
515
limits :
494
516
cpu : 100m
@@ -513,10 +535,10 @@ environments:
513
535
jaeger :
514
536
limits :
515
537
cpu : " 1"
516
- memory : 512Mi
538
+ memory : 2Gi
517
539
requests :
518
- cpu : 100m
519
- memory : 128Mi
540
+ cpu : 200m
541
+ memory : 384Mi
520
542
_rawValues : {}
521
543
keycloak :
522
544
adminUsername : otomi-admin
@@ -742,11 +764,11 @@ environments:
742
764
memory : 256Mi
743
765
tools :
744
766
limits :
745
- cpu : 600m
746
- memory : 512Mi
767
+ cpu : " 1 "
768
+ memory : 1Gi
747
769
requests :
748
- cpu : 100m
749
- memory : 128Mi
770
+ cpu : 300m
771
+ memory : 256Mi
750
772
otomi-console :
751
773
_rawValues : {}
752
774
resources :
@@ -906,24 +928,24 @@ environments:
906
928
compactor :
907
929
requests :
908
930
cpu : 100m
909
- memory : 256Mi
931
+ memory : 384Mi
910
932
limits :
911
933
cpu : 500m
912
934
memory : 1Gi
913
935
ingester :
914
936
requests :
915
937
cpu : 100m
916
- memory : 256Mi
938
+ memory : 768Mi
917
939
limits :
918
940
cpu : 500m
919
- memory : 1Gi
941
+ memory : 2Gi
920
942
memcached :
921
943
requests :
922
944
cpu : 50m
923
- memory : 64Mi
945
+ memory : 128Mi
924
946
limits :
925
947
cpu : 200m
926
- memory : 256Mi
948
+ memory : 512Mi
927
949
querier :
928
950
requests :
929
951
cpu : 50m
@@ -934,24 +956,24 @@ environments:
934
956
metricsGenerator :
935
957
requests :
936
958
cpu : 50m
937
- memory : 64Mi
959
+ memory : 256Mi
938
960
limits :
939
961
cpu : 200m
940
- memory : 256Mi
962
+ memory : 1Gi
941
963
distributor :
942
964
requests :
943
965
cpu : 50m
944
- memory : 64Mi
966
+ memory : 384Mi
945
967
limits :
946
968
cpu : 200m
947
- memory : 256Mi
969
+ memory : 1Gi
948
970
queryFrontend :
949
971
requests :
950
972
cpu : 50m
951
- memory : 64Mi
973
+ memory : 128Mi
952
974
limits :
953
975
cpu : 200m
954
- memory : 256Mi
976
+ memory : 1Gi
955
977
persistence :
956
978
ingester :
957
979
size : 10Gi
Original file line number Diff line number Diff line change @@ -296,5 +296,6 @@ changes:
296
296
relocations :
297
297
- ' apps.harbor.resources.registry-controller ' : ' apps.harbor.resources.registryController'
298
298
- ' apps.ingress-nginx.resources ' : ' apps.ingress-nginx.resources.controller'
299
+ - ' apps.cert-manager.resources ' : ' apps.cert-manager.resources.certManager'
299
300
deletions :
300
301
- ' teamConfig.{team}.managedMonitoring.prometheus'
Original file line number Diff line number Diff line change @@ -1542,7 +1542,14 @@ properties:
1542
1542
_rawValues :
1543
1543
$ref : ' #/definitions/rawValues'
1544
1544
resources :
1545
- $ref : ' #/definitions/resources'
1545
+ certManager :
1546
+ $ref : ' #/definitions/resources'
1547
+ startupapicheck :
1548
+ $ref : ' #/definitions/resources'
1549
+ cainjector :
1550
+ $ref : ' #/definitions/resources'
1551
+ webhook :
1552
+ $ref : ' #/definitions/resources'
1546
1553
byoWildcardCert :
1547
1554
description : ' Bring your own trusted wildcard certificate. Only applicable for byo-wildcard-cert issuer'
1548
1555
type : string
Original file line number Diff line number Diff line change @@ -16,42 +16,22 @@ prometheus:
16
16
podAnnotations:
17
17
sidecar.istio.io/inject: "false"
18
18
policy.otomi.io/ignore: psp-allowed-users,psp-privileged,psp-host-security
19
+ installCRDs: true
20
+ resources: {{- toYaml $cm.resources.certManager | nindent 2 }}
19
21
20
22
startupapicheck:
21
23
jobAnnotations:
22
24
sidecar.istio.io/inject: "false"
23
25
policy.otomi.io/ignore: containerlimits
24
- resources:
25
- requests:
26
- cpu: 50m
27
- memory: 64Mi
28
- limits:
29
- cpu: 200m
30
- memory: 384Mi
31
-
32
-
33
- installCRDs: true
34
-
35
- resources: {{- toYaml $cm.resources | nindent 2 }}
26
+ resources: {{- toYaml $cm.resources.startupapicheck | nindent 4 }}
36
27
37
28
cainjector:
38
- resources:
39
- requests:
40
- cpu: 50m
41
- memory: 64Mi
42
- limits:
43
- cpu: 200m
44
- memory: 384Mi
29
+ resources: {{- toYaml $cm.resources.cainjector | nindent 6 }}
45
30
podAnnotations:
46
31
policy.otomi.io/ignore: psp-allowed-users,psp-privileged,psp-host-security
47
32
webhook:
48
33
podAnnotations:
49
34
policy.otomi.io/ignore: psp-allowed-users
50
- resources:
51
- requests:
52
- cpu: 50m
53
- memory: 64Mi
54
- limits:
55
- cpu: 100m
56
- memory: 256Mi
35
+ resources: {{- toYaml $cm.resources.webhook | nindent 6 }}
36
+
57
37
You can’t perform that action at this time.
0 commit comments