HomeSoftware Heritage

Add indexer storage rpc service

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

Add indexer storage rpc service

Up and running:

$ kubectl get services idx-storage
NAME          TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)    AGE
idx-storage   ClusterIP   10.43.195.217   <none>        5007/TCP   7m3s

$ curl http://$(kubectl get services idx-storage -o jsonpath='{.spec.clusterIP}'):5007
SWH Indexer Storage API server%

Details

Provenance
ardumontAuthored on Apr 10 2021, 7:48 PM
vsellierCommitted on Sep 21 2021, 9:05 AM
vsellierPushed on Sep 21 2021, 9:08 AM

Commit No Longer Exists

This commit no longer exists in the repository.