Skip to content

Commit

Permalink
chore: reduce default cpu requests for dev/demo bundles (#1047)
Browse files Browse the repository at this point in the history
## Description

This reverts the cpu requests to the [previous pepr
defaults](defenseunicorns/pepr@8e6887b#diff-12c7ba511e0e8e86979184020ac26ce153212e4ebe0f91c74c02e786d14b5da2R133),
for the dev/demo bundles only (as well as allowing config at deploy
time).

## Related Issue

N/A

## Type of change

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [x] Other (security config, docs update, etc)

## Checklist before merging

- [x] Test, docs, adr added or updated as needed
- [x] [Contributor
Guide](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md)
followed
  • Loading branch information
mjnagel authored Nov 22, 2024
1 parent 6ef3169 commit e0bde2f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bundles/k3d-slim-dev/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@ packages:
description: "Memory requests for the pepr admission pods"
path: "admission.resources.requests.memory"
default: "64Mi"
- name: PEPR_WATCHER_CPU_REQUEST
description: "CPU requests for the pepr watcher pod"
path: "watcher.resources.requests.memory"
default: "100m"
- name: PEPR_ADMISSION_CPU_REQUEST
description: "CPU requests for the pepr admission pods"
path: "admission.resources.requests.memory"
default: "100m"
istio-admin-gateway:
uds-istio-config:
variables:
Expand Down
8 changes: 8 additions & 0 deletions bundles/k3d-standard/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@ packages:
description: "Memory requests for the pepr admission pods"
path: "admission.resources.requests.memory"
default: "256Mi"
- name: PEPR_WATCHER_CPU_REQUEST
description: "CPU requests for the pepr watcher pod"
path: "watcher.resources.requests.memory"
default: "200m"
- name: PEPR_ADMISSION_CPU_REQUEST
description: "CPU requests for the pepr admission pods"
path: "admission.resources.requests.memory"
default: "200m"
loki:
loki:
variables:
Expand Down

0 comments on commit e0bde2f

Please sign in to comment.