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 9c699ff commit a69193eCopy full SHA for a69193e
k8s/deploy-app.yml
@@ -8,6 +8,19 @@ spec:
8
containers:
9
- name: ddp
10
image: ddp:0.1.1 # change this after pushing the image to a registry
11
+ resources:
12
+ requests:
13
+ memory: 64Mi
14
+ cpu: 250m
15
+ limits:
16
+ memory: 128Mi
17
+ cpu: 500m
18
+ securityContext:
19
+ allowPrivilegeEscalation: false
20
+ runAsNonRoot: true
21
+ readOnlyRootFileSystem: true
22
23
24
---
25
kind: Service
26
apiVersion: v1
0 commit comments