1
0
Fork 0

asdf
dustin/hudctrl/pipeline/head There was a failure building this commit Details

Dustin 2022-08-01 13:58:00 -05:00
parent cf11bfed4f
commit 012e8b82b5
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh -ex #!/bin/sh -ex
npm install --verbose 2>&1 | cat npm install --verbose
npm run build npm run build

View File

@ -20,6 +20,6 @@ spec:
resources: resources:
limits: limits:
memory: 1G memory: 1G
cpu: 500m cpu: 1.0
securityContext: securityContext:
readOnlyRootFilesystem: true readOnlyRootFilesystem: true