Skip to content

Commit

Permalink
feat
Browse files Browse the repository at this point in the history
  • Loading branch information
JuckZ committed Dec 7, 2022
1 parent d746c15 commit a64d4c5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 54 deletions.
8 changes: 4 additions & 4 deletions charts/cert-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ extraEnv: []
# - name: SOME_VAR
# value: 'some value'

resources: {}
# requests:
# cpu: 10m
# memory: 32Mi
resources:
requests:
cpu: 10m
memory: 32Mi

# Pod Security Context
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
Expand Down
2 changes: 1 addition & 1 deletion charts/ingress-nginx/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ maintainers:
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
version: 4.4.0-1
version: 4.4.0-2
10 changes: 5 additions & 5 deletions charts/ingress-nginx/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -354,12 +354,12 @@ controller:
## Ideally, there should be no limits.
## https://engineering.indeedblog.com/blog/2019/12/cpu-throttling-regression-fix/
resources:
## limits:
## cpu: 100m
## memory: 90Mi
# limits:
# cpu: 80m
# memory: 50Mi
requests:
cpu: 50m
memory: 90Mi
cpu: 20m
memory: 20Mi

# Mutually exclusive with keda autoscaling
autoscaling:
Expand Down
44 changes: 0 additions & 44 deletions k3s/test-proxy.yaml

This file was deleted.

0 comments on commit a64d4c5

Please sign in to comment.