Reconfigure redis
This commit is contained in:
parent
835d3d7160
commit
4a09055ea7
|
@ -92,7 +92,6 @@ data:
|
||||||
'redis' =>
|
'redis' =>
|
||||||
array (
|
array (
|
||||||
'host' => '{{REDIS_HOST}}',
|
'host' => '{{REDIS_HOST}}',
|
||||||
'password' => '{{REDIS_PASSWORD}}',
|
|
||||||
'port' => 6379,
|
'port' => 6379,
|
||||||
),
|
),
|
||||||
'forcessl' => true,
|
'forcessl' => true,
|
||||||
|
|
|
@ -158,12 +158,7 @@ spec:
|
||||||
- name: OBJECTSTORE_S3_SSL
|
- name: OBJECTSTORE_S3_SSL
|
||||||
value: "true"
|
value: "true"
|
||||||
- name: REDIS_HOST
|
- name: REDIS_HOST
|
||||||
value: "redis.redis"
|
value: "redis"
|
||||||
- name: REDIS_PASSWORD
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: redis-secret
|
|
||||||
key: "redis_password"
|
|
||||||
- name: SITE_NAME
|
- name: SITE_NAME
|
||||||
value: "customer.drive.test.sunet.se"
|
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"]
|
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