Skip to content

Commit

Permalink
Merge pull request #41 from aerospike/fix-k8s-avs-example
Browse files Browse the repository at this point in the history
fix-k8s-avs-example
  • Loading branch information
hev authored Jul 8, 2024
2 parents 3ebc02c + e7a47d9 commit b9ca6f6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions kubernetes/manifests/avs-gke-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
replicaCount: 3

aerospikeVectorSearchConfig:
cluster:
cluster-name: "avs-db-1"
feature-key-file: "/etc/aerospike-proximus/features.conf"
service:
ports:
5000:
addresses:
"0.0.0.0"
manage:
ports:
5040: { }
heartbeat:
seeds:
- address: avs-gke-aerospike-vector-search-0.avs-gke-aerospike-vector-search.avs.svc.cluster.local
Expand Down

0 comments on commit b9ca6f6

Please sign in to comment.