Skip to content
Snippets Groups Projects

indexer_storage: Make template multi-instance & deploy read-only instance to production

Merged Antoine R. Dumont requested to merge migrate-indexers-to-prod into staging
Files
2
@@ -2,6 +2,11 @@ environment: production
sentry:
environment: production
clusterNetworkRanges:
# cluster internal range ip
- 10.42.0.0/16
- 10.43.0.0/16
internalNetworkRanges:
- 127.0.0.0/8
# rocq production range ip
@@ -384,6 +389,9 @@ externalServices:
search:
internalName: search-rpc-ingress
target: archive-production-rke2-ingress-nginx-controller.ingress-nginx.svc.cluster.local
storage-azure-read-only:
internalName: storage-azure-read-only-rpc-ingress
target: archive-production-rke2-ingress-nginx-controller.ingress-nginx.svc.cluster.local
indexer-storage-read-only:
internalName: indexer-storage-read-only
internalName: indexer-storage-read-only-rpc-ingress
target: archive-production-rke2-ingress-nginx-controller.ingress-nginx.svc.cluster.local
Loading