Skip to content

Commit 3903a9a

Browse files
fix resources
1 parent a80a900 commit 3903a9a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

infra/external-secrets/components/resources/deployment-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ spec:
6868
resources:
6969
requests:
7070
memory: 128Mi
71-
cpu: 50Mi
71+
cpu: 50m
7272
limits:
7373
memory: 1Gi

infra/external-secrets/components/resources/deployment-webhook.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ spec:
7474
resources:
7575
requests:
7676
memory: 64Mi
77-
cpu: 50Mi
77+
cpu: 50m
7878
limits:
7979
memory: 256Mi
8080
volumes:

infra/external-secrets/components/resources/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ spec:
5959
resources:
6060
requests:
6161
memory: 128Mi
62-
cpu: 50Mi
62+
cpu: 50m
6363
limits:
6464
memory: 1Gi
6565
dnsPolicy: ClusterFirst

0 commit comments

Comments
 (0)