Reconfigure redis

This commit is contained in:
Micke Nordin 2023-03-29 18:01:41 +02:00
parent 835d3d7160
commit 4a09055ea7
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257
2 changed files with 1 additions and 7 deletions

View file

@ -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,

View file

@ -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"]