Skip to content

Commit

Permalink
Update faiss-server-k8s-example.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
louiezzang authored Dec 29, 2021
1 parent 0026c82 commit d8ea264
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions faiss-server-k8s-example.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# For deploying to Kubernetes
apiVersion: v1
kind: Service
metadata:
name: faiss-server
namespace: production
namespace: YOUR_K8S_NAMESPACE (eg. development or production)
labels:
app: faiss-server
spec:
Expand All @@ -26,7 +27,7 @@ apiVersion: apps/v1
kind: StatefulSet
metadata:
name: faiss-server
namespace: production
namespace: YOUR_K8S_NAMESPACE (eg. development or production)
labels:
app: faiss-server
spec:
Expand Down

0 comments on commit d8ea264

Please sign in to comment.