feat: migrated to valkey
All checks were successful
lint-test-helm / lint-helm (push) Successful in 1m15s
renovate / renovate (push) Successful in 3m48s
render-manifests-push / render-manifests-push (push) Successful in 2m11s

This commit is contained in:
2026-03-05 22:56:58 -06:00
parent 25b58f6a41
commit 0e716f30e0
3 changed files with 12 additions and 16 deletions

View File

@@ -5,10 +5,10 @@ harbor:
enabled: false
route:
parentRefs:
- group: gateway.networking.k8s.io
kind: Gateway
name: traefik-gateway
namespace: traefik
group: gateway.networking.k8s.io
kind: Gateway
name: traefik-gateway
namespace: traefik
hosts:
- harbor.alexlebens.net
externalURL: https://harbor.alexlebens.net
@@ -90,7 +90,7 @@ harbor:
redis:
type: external
external:
addr: "redis-replication-harbor-master.harbor:6379"
addr: harbor-valkey.harbor:6379
exporter:
image:
repository: goharbor/harbor-exporter
@@ -138,8 +138,3 @@ postgres-18-cluster:
# immediate: true
# schedule: "0 0 0 * * *"
# backupName: external
redis-replication:
redisReplication:
clusterSize: 3
sentinel:
enabled: true