Skip to content

Commit

Permalink
Update deployment.tpl.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EarthlingDavey committed Dec 3, 2024
1 parent e64998e commit 96579fc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions deploy/development/deployment.tpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,16 @@ spec:
spec:
serviceAccountName: ${KUBE_NAMESPACE}-service
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop: ["ALL"]
runAsNonRoot: true
seccompProfile:
type: "RuntimeDefault"
containers:
- name: intranet-archive
image: ${ECR_URL}:${IMAGE_TAG}
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop: ["ALL"]
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit 96579fc

Please sign in to comment.