We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c2848a commit 881589bCopy full SHA for 881589b
2 files changed
applications/accounts/deploy/values.yaml
@@ -11,7 +11,6 @@ harness:
11
cpu: "10m"
12
limits:
13
memory: "1024Mi"
14
- cpu: "2000m"
15
service:
16
auto: true
17
port: 8080
deployment-configuration/value-template.yaml
@@ -45,7 +45,7 @@ harness:
45
46
47
memory: "500Mi"
48
- cpu: "500m"
+ cpu: null
49
# -- Defines automatic service parameters.
50
51
# -- When true, enables automatic service
@@ -113,7 +113,6 @@ harness:
113
cpu: "100m"
114
115
memory: "2Gi"
116
- cpu: "1000m"
117
test:
118
unit:
119
enabled: true
0 commit comments