From 047b90aca6d3b4383d63957a8d42edda7362a9ff Mon Sep 17 00:00:00 2001 From: Alan Christie Date: Tue, 9 Oct 2018 21:10:05 +0100 Subject: [PATCH] - Probe memory now 96Mi --- images/promote-web/fs-prod-security-probe.yaml | 4 ++-- images/web/fs-dev-security-probe.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/images/promote-web/fs-prod-security-probe.yaml b/images/promote-web/fs-prod-security-probe.yaml index 078fb22..c0350f9 100644 --- a/images/promote-web/fs-prod-security-probe.yaml +++ b/images/promote-web/fs-prod-security-probe.yaml @@ -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 diff --git a/images/web/fs-dev-security-probe.yaml b/images/web/fs-dev-security-probe.yaml index c1fa075..943a747 100644 --- a/images/web/fs-dev-security-probe.yaml +++ b/images/web/fs-dev-security-probe.yaml @@ -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