Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
davi17g committed Jul 18, 2024
1 parent 7111034 commit 248c36a
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docker/config/aerospike-vector-search.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cluster:
# Unique identifier for this cluster.
cluster-name: aerospike-vector-search

# The Proximus service listening ports, TLS and network interface.
# The AVS service listening ports, TLS and network interface.
service:
ports:
5000: {}
Expand Down
4 changes: 2 additions & 2 deletions docker/config/aerospike.conf
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ namespace test {
}
}

namespace proximus-meta {
namespace avs-meta {
replication-factor 1
nsup-period 100

storage-engine device {
file /opt/aerospike/data/proximus-meta.dat
file /opt/aerospike/data/avs-meta.dat
filesize 5G
}
}
6 changes: 3 additions & 3 deletions kubernetes/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Aerospike, Proximus, and Monitoring Deployment on GKE (Google Kubernetes Engine)
# Aerospike Vector Search, and Monitoring Deployment on GKE (Google Kubernetes Engine)

Use the scripts and manifests in this directory deploy Aerospike, Proximus, and monitoring tools on Google Kubernetes Engine (GKE).
Use the scripts and manifests in this directory deploy Aerospike Vector Search, and monitoring tools on Google Kubernetes Engine (GKE).

## Prerequisites

Expand All @@ -12,7 +12,7 @@ Before you start, make sure you have installed the necessary tools:

## Scripts

- `full-create-and-install.sh`: Creates a GKE cluster, installs Aerospike, Proximus, and sets up monitoring services.
- `full-create-and-install.sh`: Creates a GKE cluster, installs Aerospike Vector Search, and sets up monitoring services.

### Grafana Dashboards

Expand Down
2 changes: 1 addition & 1 deletion kubernetes/helm/quote-semantic-search/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: quote-semantic-search
description: A Helm chart for Aerospike Proximus
description: A Helm chart for Aerospike Quote Search App
type: application
icon: https://avatars0.githubusercontent.com/u/2214313?s=200&v=4
keywords:
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/manifests/avs-gke-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ replicaCount: 3
aerospikeVectorSearchConfig:
cluster:
cluster-name: "avs-db-1"
feature-key-file: "/etc/aerospike-proximus/features.conf"
feature-key-file: "/etc/aerospike-vector-search/features.conf"
service:
ports:
5000:
Expand Down Expand Up @@ -63,7 +63,7 @@ service:
# port: 5000
# targetPort: 5000

# schedule proximus nodes
# schedule avs nodes
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ namespace test {
}
}

namespace proximus-meta {
namespace avs-meta {
replication-factor 1
nsup-period 100

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cluster:
# Unique identifier for this cluster.
cluster-name: prism-image-search

# The Proximus service listening ports, TLS and network interface.
# The AVS service listening ports, TLS and network interface.
service:
ports:
5000: {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ namespace test {
}
}

namespace proximus-meta {
namespace avs-meta {
replication-factor 1
nsup-period 100

Expand Down

0 comments on commit 248c36a

Please sign in to comment.