Skip to content

Commit

Permalink
Merge pull request #95 from projectsyn/fix/kyverno-resources
Browse files Browse the repository at this point in the history
Change resource defaults to more realistic values
  • Loading branch information
DebakelOrakel authored Jul 15, 2024
2 parents f714c35 + d655e39 commit 0d36510
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ parameters:
resources:
kyverno:
limits:
memory: 512Mi
memory: 1Gi
requests:
cpu: 100m
memory: 50Mi
memory: 512Mi
pre:
limits:
cpu: 100m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ spec:
timeoutSeconds: 5
resources:
limits:
memory: 512Mi
memory: 1Gi
requests:
cpu: 100m
memory: 50Mi
memory: 512Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ spec:
timeoutSeconds: 5
resources:
limits:
memory: 512Mi
memory: 1Gi
requests:
cpu: 100m
memory: 50Mi
memory: 512Mi
startupProbe:
failureThreshold: 20
httpGet:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ spec:
timeoutSeconds: 5
resources:
limits:
memory: 512Mi
memory: 1Gi
requests:
cpu: 100m
memory: 50Mi
memory: 512Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down

0 comments on commit 0d36510

Please sign in to comment.