Skip to content

Commit

Permalink
true up securityContext
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirianni committed Feb 19, 2024
1 parent d49993a commit c60effd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/bindplane/templates/prometheus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ spec:
image: ghcr.io/observiq/bindplane-prometheus:{{ include "bindplane.tag" . }}
imagePullPolicy: IfNotPresent
securityContext:
runAsNonRoot: true
readOnlyRootFilesystem: true
runAsUser: 65534
capabilities:
drop: ["ALL"]
ports:
- name: http
containerPort: 9090
Expand Down

0 comments on commit c60effd

Please sign in to comment.