From 012e8b82b534a8766581e3cb89b70b43f70edda5 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Mon, 1 Aug 2022 13:58:00 -0500 Subject: [PATCH] asdf --- ci/build-ui.sh | 2 +- ci/podTemplate.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/build-ui.sh b/ci/build-ui.sh index 8f42ae0..5450cde 100644 --- a/ci/build-ui.sh +++ b/ci/build-ui.sh @@ -1,4 +1,4 @@ #!/bin/sh -ex -npm install --verbose 2>&1 | cat +npm install --verbose npm run build diff --git a/ci/podTemplate.yaml b/ci/podTemplate.yaml index 069dccd..3634341 100644 --- a/ci/podTemplate.yaml +++ b/ci/podTemplate.yaml @@ -20,6 +20,6 @@ spec: resources: limits: memory: 1G - cpu: 500m + cpu: 1.0 securityContext: readOnlyRootFilesystem: true