Skip to content

Commit

Permalink
Nextcloud: Correct valkey URI
Browse files Browse the repository at this point in the history
  • Loading branch information
wrmilling committed Feb 13, 2025
1 parent 6f947cb commit a0a31b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default/nextcloud/nextcloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ spec:
'memcache.distributed' => '\OC\Memcache\Redis',
'memcache.locking' => '\OC\Memcache\Redis',
'redis' => array(
'host' => 'nextcloud-valkey.default.svc.cluster.local',
'host' => 'nextcloud-valkey-primary.default.svc.cluster.local',
'port' => 6379,
'password' => '${SECRET_NEXTCLOUD_REDIS_PASS}',
'timeout' => 1,
Expand Down

0 comments on commit a0a31b5

Please sign in to comment.