File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -7,18 +7,19 @@ metadata:
77spec :
88 containers :
99 - name : ddp
10- image : ddp:0.1.1 # change this after pushing the image to a registry
10+ image : ghcr.io/bourbonbourbon/ ddp:0.2.1
1111 resources :
1212 requests :
13- memory : 64Mi
14- cpu : 250m
15- limits :
16- memory : 128Mi
13+ memory : 32Mi
1714 cpu : 500m
15+ limits :
16+ memory : 64Mi
17+ cpu : 600m
1818 securityContext :
1919 allowPrivilegeEscalation : false
20- runAsNonRoot : true
21- readOnlyRootFileSystem : true
20+ runAsUser : 65534 # nobody
21+ readOnlyRootFilesystem : true
22+ privileged : false
2223 securityContext :
2324 runAsNonRoot : true
2425---
3536apiVersion : networking.k8s.io/v1
3637kind : Ingress
3738metadata :
38- name : example- ingress
39+ name : ingress
3940spec :
4041 rules :
4142 - http :
You can’t perform that action at this time.
0 commit comments