Skip to content

Commit ad9b31b

Browse files
committed
Update README
1 parent f3476d8 commit ad9b31b

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,17 +74,16 @@ spec:
7474
readOnlyRootFilesystem: true
7575
runAsNonRoot: true
7676
capabilities:
77-
drop:
78-
- ALL
77+
drop: ['ALL']
7978
ports:
8079
- containerPort: 8080
8180
name: metrics
8281
protocol: TCP
8382
resources:
8483
limits:
85-
cpu: 10m
86-
memory: 100Mi
84+
cpu: 100m
85+
memory: 50Mi
8786
requests:
88-
cpu: 10m
89-
memory: 100Mi
87+
cpu: 1m
88+
memory: 50Mi
9089
```

0 commit comments

Comments
 (0)