Skip to content

Commit

Permalink
reverting change to replica count and enabling service by default (so…
Browse files Browse the repository at this point in the history
… it works with or without istio)
  • Loading branch information
arrowplum committed Jun 5, 2024
1 parent 634c3a4 commit 580f506
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/manifests/avs-gke-values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

replicaCount: 1
replicaCount: 3

aerospikeVectorSearchConfig:
heartbeat:
Expand Down Expand Up @@ -34,7 +34,7 @@ aerospikeVectorSearchConfig:
ticker-interval: 10

service:
enabled: false
enabled: true
annotations:
networking.gke.io/load-balancer-type: "External"
ports:
Expand Down

0 comments on commit 580f506

Please sign in to comment.