Skip to content

Commit

Permalink
revert redis-ha chart changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ishitasequeira committed Jan 8, 2024
1 parent 05163f0 commit 708c6a3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions manifests/ha/base/redis-ha/chart/upstream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1221,8 +1221,9 @@ spec:
drop:
- ALL
runAsNonRoot: true
runAsUser: 1000
seccompProfile:
type: RuntimeDefault
type: RuntimeDefault
env:
- name: SENTINEL_ID_0
value: 3c0d9c0320bb34888c2df5757c718ce6ca992ce6
Expand All @@ -1236,9 +1237,9 @@ spec:
readOnly: true
- name: data
mountPath: /data
containers:


containers:
- name: redis
image: redis:7.0.14-alpine
imagePullPolicy: IfNotPresent
Expand All @@ -1252,6 +1253,7 @@ spec:
drop:
- ALL
runAsNonRoot: true
runAsUser: 1000
seccompProfile:
type: RuntimeDefault
livenessProbe:
Expand Down Expand Up @@ -1308,6 +1310,7 @@ spec:
drop:
- ALL
runAsNonRoot: true
runAsUser: 1000
seccompProfile:
type: RuntimeDefault
livenessProbe:
Expand Down Expand Up @@ -1358,8 +1361,9 @@ spec:
drop:
- ALL
runAsNonRoot: true
runAsUser: 1000
seccompProfile:
type: RuntimeDefault
type: RuntimeDefault
env:
- name: SENTINEL_ID_0
value: 3c0d9c0320bb34888c2df5757c718ce6ca992ce6
Expand Down

0 comments on commit 708c6a3

Please sign in to comment.