add valkey

This commit is contained in:
2025-01-15 02:33:51 -06:00
parent f26311472c
commit c098a5b10b
3 changed files with 46 additions and 9 deletions

View File

@@ -23,10 +23,6 @@ harbor:
storageClass: ceph-block-delete
accessMode: ReadWriteOnce
size: 5Gi
redis:
storageClass: ceph-block-delete
accessMode: ReadWriteOnce
size: 5Gi
trivy:
storageClass: ceph-block-delete
accessMode: ReadWriteOnce
@@ -110,15 +106,24 @@ harbor:
coreDatabase: app
existingSecret: harbor-postgresql-17-cluster-app
redis:
type: internal
internal:
image:
repository: ghcr.io/goharbor/redis-photon
tag: v2.12.1
type: external
external:
addr: "harbor-valkey-headless:6379"
coreDatabaseIndex: "0"
jobserviceDatabaseIndex: "1"
registryDatabaseIndex: "2"
trivyAdapterIndex: "5"
existingSecret: valkey-secret
exporter:
image:
repository: ghcr.io/goharbor/harbor-exporter
tag: v2.12.1
valkey:
architecture: standalone
auth:
enabled: true
existingSecret: valkey-secret
existingSecretPasswordKey: REDIS_PASSWORD
postgres-17-cluster:
mode: standalone
cluster: