Skip to content

Commit

Permalink
Merge pull request #563 from dark-vex/harbor-storage
Browse files Browse the repository at this point in the history
feat(kubenuc): Deploy an external Redis for HA
  • Loading branch information
dark-vex authored May 25, 2024
2 parents 4e10832 + 07b7d3b commit 91261af
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions clusters/kubenuc/apps/harbor/manifests/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,7 @@ spec:
memory: 256Mi
cpu: 100m
external:
addr: "192.168.0.2:6379"
# The name of the set of Redis instances to monitor, it must be set to support redis+sentinel
sentinelMasterSet: ""
addr: "redis-maste:6379"
coreDatabaseIndex: "0"
jobserviceDatabaseIndex: "1"
registryDatabaseIndex: "2"
Expand Down

0 comments on commit 91261af

Please sign in to comment.