We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00b2cef commit a5e9d07Copy full SHA for a5e9d07
1 file changed
apps/template-java/overlays/dev/kustomization.yaml
@@ -13,15 +13,6 @@ helmCharts:
13
global:
14
network:
15
domain: devxp-tech.io
16
- affinity:
17
- nodeAffinity:
18
- requiredDuringSchedulingIgnoredDuringExecution:
19
- nodeSelectorTerms:
20
- - matchExpressions:
21
- - key: role
22
- operator: In
23
- values:
24
- - spot
25
actuator:
26
enabled: true
27
instrumentation: java
@@ -35,10 +26,10 @@ helmCharts:
35
targetCPUUtilizationPercentage: 80
36
resources:
37
28
requests:
38
- memory: 128Mi
29
+ memory: 192Mi
39
30
cpu: 20m
40
31
limits:
41
- memory: 256Mi
32
+ memory: 350Mi
42
33
cpu: 80m
43
34
monitoring:
44
serviceMonitor:
0 commit comments