Skip to content

Commit

Permalink
Adjustment network component resources (#695)
Browse files Browse the repository at this point in the history
* Adjustment of cluster-dns

Signed-off-by: zeroalphat <[email protected]>

* Adjustment of node-dns

Signed-off-by: zeroalphat <[email protected]>

* Update CHANGELOG.md

Signed-off-by: zeroalphat <[email protected]>

---------

Signed-off-by: zeroalphat <[email protected]>
  • Loading branch information
zeroalphat authored Jan 15, 2024
1 parent 7b8c38b commit 985960f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ This project employs a versioning scheme described in [RELEASE.md](RELEASE.md#ve

## [Unreleased]

### Changed

- Adjustment network component resources in [#695](https://github.com/cybozu-go/cke/pull/695)

## [1.27.2]

### Changed
Expand Down
4 changes: 2 additions & 2 deletions static/cluster-dns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ spec:
imagePullPolicy: IfNotPresent
resources:
requests:
cpu: 100m
memory: 70Mi
cpu: 50m
memory: 250Mi
args: [ "-conf", "/etc/coredns/Corefile" ]
lifecycle:
preStop:
Expand Down
4 changes: 4 additions & 0 deletions static/node-dns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ spec:
mountPath: /etc/unbound
- name: var-run-unbound
mountPath: /var/run/unbound
resources:
requests:
cpu: 50m
memory: 250Mi
- name: reload
image: {{ .unbound }}
command:
Expand Down
4 changes: 2 additions & 2 deletions static/resources.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 985960f

Please sign in to comment.