mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-20 23:16:49 +00:00
2fc7fb5b5981d7b39ce245384d698c7845e224ef
redis.enabled: true was unintentionally deploying the chart's BUNDLED redis subchart (redis-21.1.3, StatefulSet nextcloud-redis-replicas) alongside the actual redis-operator instance - that key's schema is pure subchart passthrough (auth/image/master/replica), it has no host field. The host/existingSecret keys previously set there were silently ignored. Found while investigating why nextcloud-redis-replicas-0 was crash-looping on failed liveness probes (confirmed via : the correct key for pointing at an external Redis is the separate externalRedis: block). This means Nextcloud's config.php may never have been correctly pointed at the redis-operator instance despite apps/nextcloud/manifests/redis-cr.yaml existing and being healthy - worth confirming file-locking/caching actually engages after this deploys. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Description
No description provided
953 KiB
Languages
Shell
94%
Go Template
6%