We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bd2332 commit cd36a37Copy full SHA for cd36a37
1 file changed
kubernetes/deployment.yaml
@@ -31,6 +31,10 @@ spec:
31
value: example.com # Value must be replaced.
32
ports:
33
- containerPort: 8080
34
+ resources:
35
+ requests:
36
+ cpu: 100m
37
+ memory: 20Mi
38
securityContext:
39
allowPrivilegeEscalation: false
40
capabilities:
0 commit comments