File tree Expand file tree Collapse file tree
manifests/ha/base/redis-ha/chart Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1099,14 +1099,14 @@ spec:
10991099 - sh
11001100 args :
11011101 - /readonly/haproxy_init.sh
1102- securityContext :
1102+ securityContext :
11031103 allowPrivilegeEscalation : false
11041104 capabilities :
11051105 drop :
11061106 - ALL
11071107 runAsNonRoot : true
11081108 seccompProfile :
1109- type : RuntimeDefault
1109+ type : RuntimeDefault
11101110 volumeMounts :
11111111 - name : config-volume
11121112 mountPath : /readonly
@@ -1117,14 +1117,14 @@ spec:
11171117 - name : haproxy
11181118 image : public.ecr.aws/docker/library/haproxy:2.6.17-alpine
11191119 imagePullPolicy : IfNotPresent
1120- securityContext :
1120+ securityContext :
11211121 allowPrivilegeEscalation : false
11221122 capabilities :
11231123 drop :
11241124 - ALL
11251125 runAsNonRoot : true
11261126 seccompProfile :
1127- type : RuntimeDefault
1127+ type : RuntimeDefault
11281128 env :
11291129 - name : AUTH
11301130 valueFrom :
@@ -1227,15 +1227,15 @@ spec:
12271227 - sh
12281228 args :
12291229 - /readonly-config/init.sh
1230- securityContext :
1230+ securityContext :
12311231 allowPrivilegeEscalation : false
12321232 capabilities :
12331233 drop :
12341234 - ALL
12351235 runAsNonRoot : true
12361236 runAsUser : 1000
12371237 seccompProfile :
1238- type : RuntimeDefault
1238+ type : RuntimeDefault
12391239 env :
12401240 - name : SENTINEL_ID_0
12411241 value : 3c0d9c0320bb34888c2df5757c718ce6ca992ce6
@@ -1264,14 +1264,15 @@ spec:
12641264 - redis-server
12651265 args :
12661266 - /data/conf/redis.conf
1267- securityContext :
1267+ securityContext :
12681268 allowPrivilegeEscalation : false
12691269 capabilities :
12701270 drop :
1271- - ALL
1271+ - ALL
12721272 runAsNonRoot : true
1273+ runAsUser : 1000
12731274 seccompProfile :
1274- type : RuntimeDefault
1275+ type : RuntimeDefault
12751276 env :
12761277 - name : AUTH
12771278 valueFrom :
@@ -1326,14 +1327,15 @@ spec:
13261327 - redis-sentinel
13271328 args :
13281329 - /data/conf/sentinel.conf
1329- securityContext :
1330+ securityContext :
13301331 allowPrivilegeEscalation : false
13311332 capabilities :
13321333 drop :
1333- - ALL
1334+ - ALL
13341335 runAsNonRoot : true
1336+ runAsUser : 1000
13351337 seccompProfile :
1336- type : RuntimeDefault
1338+ type : RuntimeDefault
13371339 env :
13381340 - name : AUTH
13391341 valueFrom :
@@ -1387,14 +1389,14 @@ spec:
13871389 - sh
13881390 args :
13891391 - /readonly-config/fix-split-brain.sh
1390- securityContext :
1392+ securityContext :
13911393 allowPrivilegeEscalation : false
13921394 capabilities :
13931395 drop :
1394- - ALL
1396+ - ALL
13951397 runAsNonRoot : true
13961398 seccompProfile :
1397- type : RuntimeDefault
1399+ type : RuntimeDefault
13981400 env :
13991401 - name : SENTINEL_ID_0
14001402 value : 3c0d9c0320bb34888c2df5757c718ce6ca992ce6
You can’t perform that action at this time.
0 commit comments