Skip to content

Commit

Permalink
Removed some of the security context for the locust timescale postgre…
Browse files Browse the repository at this point in the history
…s container.
  • Loading branch information
alfredeen committed May 15, 2024
1 parent e5979f3 commit b9e3291
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions manifests/base/postgres-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ spec:
labels:
app: postgres
spec:
securityContext:
#runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
containers:
- name: postgres
image: cyberw/locust-timescale:6 #postgres:latest
Expand All @@ -46,8 +42,6 @@ spec:
name: postgres-secret
ports:
- containerPort: 5432
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop: ["ALL"]
resources:
Expand Down

0 comments on commit b9e3291

Please sign in to comment.