Skip to content

Commit

Permalink
fix: value paths for cpu override
Browse files Browse the repository at this point in the history
  • Loading branch information
mjnagel committed Dec 2, 2024
1 parent 582db22 commit 53c9004
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bundles/k3d-slim-dev/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ packages:
default: "64Mi"
- name: PEPR_WATCHER_CPU_REQUEST
description: "CPU requests for the pepr watcher pod"
path: "watcher.resources.requests.memory"
path: "watcher.resources.requests.cpu"
default: "100m"
- name: PEPR_ADMISSION_CPU_REQUEST
description: "CPU requests for the pepr admission pods"
path: "admission.resources.requests.memory"
path: "admission.resources.requests.cpu"
default: "100m"
istio-admin-gateway:
uds-istio-config:
Expand Down
4 changes: 2 additions & 2 deletions bundles/k3d-standard/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ packages:
default: "256Mi"
- name: PEPR_WATCHER_CPU_REQUEST
description: "CPU requests for the pepr watcher pod"
path: "watcher.resources.requests.memory"
path: "watcher.resources.requests.cpu"
default: "200m"
- name: PEPR_ADMISSION_CPU_REQUEST
description: "CPU requests for the pepr admission pods"
path: "admission.resources.requests.memory"
path: "admission.resources.requests.cpu"
default: "200m"
loki:
loki:
Expand Down

0 comments on commit 53c9004

Please sign in to comment.