We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98685f8 commit 6ef5107Copy full SHA for 6ef5107
.github/workflows/tests.yml
@@ -23,6 +23,9 @@ jobs:
23
cache: 'npm'
24
cache-dependency-path: varios/21/package.json
25
26
+ - name: Generate package-lock.json
27
+ run: npm install --package-lock-only
28
+
29
- name: Install dependencies
30
run: npm ci
31
kubernetes/41/hello-app.yaml
@@ -19,7 +19,7 @@ spec:
19
- containerPort: 80
20
resources:
21
requests:
22
- cpu: 500m
+ cpu: 50m
---
kind: Service
0 commit comments