Skip to content

Commit 044abd1

Browse files
committed
feat: ++elasticsearch
1 parent 4d1aea1 commit 044abd1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

kubernetes/apps/default/elasticsearch/app/helmrelease.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ spec:
3939
storageClass: ceph-block
4040
globalMounts:
4141
- path: /usr/share/elasticsearch/data
42-
# pod:
43-
# securityContext:
44-
# runAsUser: 1000
45-
# runAsGroup: 1000
46-
# fsGroup: 1000
47-
# fsGroupChangePolicy: "OnRootMismatch"
42+
pod:
43+
securityContext:
44+
runAsUser: 1000
45+
runAsGroup: 1000
46+
fsGroup: 1000
47+
fsGroupChangePolicy: "OnRootMismatch"
4848
containers:
4949
main:
5050
image:

0 commit comments

Comments
 (0)