Reconfigure redis
This commit is contained in:
parent
835d3d7160
commit
4a09055ea7
|
@ -92,7 +92,6 @@ data:
|
|||
'redis' =>
|
||||
array (
|
||||
'host' => '{{REDIS_HOST}}',
|
||||
'password' => '{{REDIS_PASSWORD}}',
|
||||
'port' => 6379,
|
||||
),
|
||||
'forcessl' => true,
|
||||
|
|
|
@ -158,12 +158,7 @@ spec:
|
|||
- name: OBJECTSTORE_S3_SSL
|
||||
value: "true"
|
||||
- name: REDIS_HOST
|
||||
value: "redis.redis"
|
||||
- name: REDIS_PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: redis-secret
|
||||
key: "redis_password"
|
||||
value: "redis"
|
||||
- name: SITE_NAME
|
||||
value: "customer.drive.test.sunet.se"
|
||||
command: ["/bin/bash", "-c", "/usr/bin/j2 -f env -o /var/www/html/config/config.php /tmp/config.php.template"]
|
||||
|
|
Loading…
Reference in a new issue