Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Commit

Permalink
- Probe memory now 96Mi
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Christie committed Oct 9, 2018
1 parent f161c64 commit 047b90a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions images/promote-web/fs-prod-security-probe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ objects:
# Guaranteed Memory
requests:
cpu: 1m
memory: 64Mi
memory: 96Mi
limits:
cpu: 50m
memory: 64Mi
memory: 96Mi
env:
- name: PROBE_LOCATION
value: ${PROBE_LOCATION}/api/targets/?title=private_dummy_target
Expand Down
4 changes: 2 additions & 2 deletions images/web/fs-dev-security-probe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ objects:
# Guaranteed Memory
requests:
cpu: 1m
memory: 64Mi
memory: 96Mi
limits:
cpu: 50m
memory: 64Mi
memory: 96Mi
env:
- name: PROBE_LOCATION
value: ${PROBE_LOCATION}/api/targets/?title=private_dummy_target
Expand Down

0 comments on commit 047b90a

Please sign in to comment.