Skip to content

Commit

Permalink
Update to 0.5.0 abd rename proximus to AVS
Browse files Browse the repository at this point in the history
  • Loading branch information
davi17g committed Jul 8, 2024
1 parent 3ebc02c commit e9d499d
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Locate valid `features.conf` in the `./config` directory:

> [!IMPORTANT]
> If you are running MacOS you will need to replace all occurrences of port 5000 with
> port 5002 in your docker compose file and aerospike-proximus.yml file.
> port 5002 in your docker compose file and aerospike-vector-search.yml file.
## Installation Aerospike and AVS Clusters (docker-compose)
```shell
Expand All @@ -32,8 +32,8 @@ docker run -d \
--network svc \
-p 5000:5000 \
-p 5040:5040 \
-v ./config:/etc/aerospike-proximus \
aerospike/aerospike-proximus:0.4.0
-v ./config:/etc/aerospike-vector-search \
aerospike/aerospike-vector-search:0.5.0
```


Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cluster:
# node-id: a1

# Unique identifier for this cluster.
cluster-name: aerospike-proximus
cluster-name: aerospike-vector-search

# The Proximus service listening ports, TLS and network interface.
service:
Expand Down Expand Up @@ -63,7 +63,7 @@ aerospike:
# The logging properties.
logging:
#format: json
#file: /var/log/aerospike-proximus/aerospike-proximus.log
#file: /var/log/aerospike-vector-search/aerospike-vector-search.log
enable-console-logging: true
levels:
metrics-ticker: off
10 changes: 5 additions & 5 deletions docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ services:
retries: 3
networks:
- svc
aerospike-proximus:
image: aerospike/aerospike-proximus:0.4.0
container_name: "aerospike-proximus"
aerospike-vector-search:
image: aerospike/aerospike-vector-search:0.5.0
container_name: "aerospike-vector-search"
depends_on:
aerospike-cluster:
condition: service_healthy
Expand All @@ -31,9 +31,9 @@ services:
networks:
- svc
volumes:
- ${PWD}/config:/etc/aerospike-proximus
- ${PWD}/config:/etc/aerospike-vector-search
healthcheck:
test: ["CMD", "curl", "-f", "http://aerospike-proximus:5040/manage/rest/v1"]
test: ["CMD", "curl", "-f", "http://aerospike-vector-search:5040/manage/rest/v1"]
interval: 30s
timeout: 20s
retries: 3
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/manifests/avs-gke-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ aerospikeVectorSearchConfig:
- aerocluster-0-0.aerocluster.aerospike.svc.cluster.local:
port: 3000
logging:
# file: /var/log/aerospike-proximus/aerospike-proximus.log
# file: /var/log/aerospike-vector-search/aerospike-vector-search.log
enable-console-logging: false
format: simple
max-history: 30
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ aerospike:
# The logging properties.
logging:
#format: json
#file: /var/log/aerospike-proximus/aerospike-proximus.log
#file: /var/log/aerospike-vector-search/aerospike-vector-search.log
enable-console-logging: true
levels:
metrics-ticker: off
4 changes: 2 additions & 2 deletions prism-image-search/docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ services:
- "--config-file"
- "/opt/aerospike/etc/aerospike/aerospike.conf"
avs:
image: aerospike/aerospike-proximus:0.4.0
image: aerospike/aerospike-vector-search:0.5.0
# ports:
# - "5000:5000"
networks:
- avs-demo
volumes:
- ./container-volumes/avs/etc/aerospike-vector-search:/etc/aerospike-proximus
- ./container-volumes/avs/etc/aerospike-vector-search:/etc/aerospike-vector-search
app:
build:
context: .
Expand Down
4 changes: 2 additions & 2 deletions prism-image-search/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ services:
- "--config-file"
- "/opt/aerospike/etc/aerospike/aerospike.conf"
avs:
image: aerospike/aerospike-proximus:0.4.0
image: aerospike/aerospike-vector-search:0.5.0
# ports:
# - "5000:5000"
networks:
- avs-demo
volumes:
- ./container-volumes/avs/etc/aerospike-vector-search:/etc/aerospike-proximus
- ./container-volumes/avs/etc/aerospike-vector-search:/etc/aerospike-vector-search
app:
image: aerospike/prism-search-example:latest
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ aerospike:
# The logging properties.
logging:
#format: json
#file: /var/log/aerospike-proximus/aerospike-proximus.log
#file: /var/log/aerospike-vector-search/aerospike-vector-search.log
enable-console-logging: true
levels:
metrics-ticker: off
4 changes: 2 additions & 2 deletions quote-semantic-search/docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ services:
- "--config-file"
- "/opt/aerospike/etc/aerospike/aerospike.conf"
avs:
image: aerospike/aerospike-proximus:0.4.0
image: aerospike/aerospike-vector-search:0.5.0
# ports:
# - "5002:5002"
networks:
- avs-demo
volumes:
- ./container-volumes/avs/etc/aerospike-vector-search:/etc/aerospike-proximus
- ./container-volumes/avs/etc/aerospike-vector-search:/etc/aerospike-vector-search
app:
build:
context: .
Expand Down
4 changes: 2 additions & 2 deletions quote-semantic-search/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ services:
- "--config-file"
- "/opt/aerospike/etc/aerospike/aerospike.conf"
avs:
image: aerospike/aerospike-proximus:0.4.0
image: aerospike/aerospike-vector-search:0.5.0
# ports:
# - "5002:5002"
networks:
- avs-demo
volumes:
- ./container-volumes/avs/etc/aerospike-vector-search:/etc/aerospike-proximus
- ./container-volumes/avs/etc/aerospike-vector-search:/etc/aerospike-vector-search
app:
image: aerospike/quote-search-example:latest
ports:
Expand Down

0 comments on commit e9d499d

Please sign in to comment.