Skip to content

Commit

Permalink
Update deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
anusha94 authored Nov 7, 2024
1 parent f29d1ec commit fabe996
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manifests/k8s/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ metadata:
name: nginx
labels:
app: nginx
env: dev
spec:
replicas: 1
selector:
Expand All @@ -16,7 +17,7 @@ spec:
spec:
automountServiceAccountToken: false
securityContext:
runAsNonRoot: true
runAsNonRoot: false
seccompProfile:
type: RuntimeDefault
containers:
Expand Down

0 comments on commit fabe996

Please sign in to comment.