update prod redis pass
parent
70e56d8bc4
commit
79a130b3c1
|
@ -30,7 +30,7 @@ spec:
|
||||||
containerPort: 6379
|
containerPort: 6379
|
||||||
env:
|
env:
|
||||||
- name: "REDIS_ARGS"
|
- name: "REDIS_ARGS"
|
||||||
value: "--requirepass tISfa6xShNuAIZmAj5s62i4nNKr5Vhse"
|
value: "--requirepass beaconfire@123"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: redis-stack-dev
|
- name: redis-stack-dev
|
||||||
mountPath: /data
|
mountPath: /data
|
||||||
|
|
|
@ -31,7 +31,7 @@ spec:
|
||||||
containerPort: 6379
|
containerPort: 6379
|
||||||
env:
|
env:
|
||||||
- name: "REDIS_ARGS"
|
- name: "REDIS_ARGS"
|
||||||
value: "--requirepass beaconfire@123"
|
value: "--requirepass tISfa6xShNuAIZmAj5s62i4nNKr5Vhse"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: redis
|
- name: redis
|
||||||
mountPath: /data
|
mountPath: /data
|
||||||
|
|
Loading…
Reference in New Issue