Skip to content

Commit 19c2e40

Browse files
committed
Added security context
1 parent 69d4f15 commit 19c2e40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

infra/k8s/memgraph.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ spec:
4747
- key: "node.kubernetes.io/memory-pressure"
4848
operator: "Exists"
4949
effect: "NoSchedule"
50-
50+
securityContext:
51+
fsGroup: 1000
5152
containers:
5253
- name: memgraph
5354
image: memgraph/memgraph-mage:latest

0 commit comments

Comments
 (0)