Skip to content

Commit e6cbac3

Browse files
author
Mikhail Pavlovich Sidorenko
committed
resources: Fix spacing, add support yaml (kubectl) version
1 parent 1a786e9 commit e6cbac3

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

charts/cluster-secret/values.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ podAnnotations: {}
2626

2727
resources:
2828
limits:
29-
cpu: 40m
30-
memory: 134Mi
29+
cpu: 40m
30+
memory: 134Mi
3131
requests:
32-
cpu: 40m
33-
memory: 134Mi
32+
cpu: 40m
33+
memory: 134Mi

yaml/02_deployment.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ spec:
3030
value: "v0.0.14"
3131
- name: REPLACE_EXISTING
3232
value: "false"
33+
resources:
34+
limits:
35+
cpu: 40m
36+
memory: 134Mi
37+
requests:
38+
cpu: 40m
39+
memory: 134Mi
3340
# imagePullPolicy: Always
3441
# Uncomment next lines for debug:
3542
# command:

0 commit comments

Comments
 (0)