Skip to content
Snippets Groups Projects
Commit 3756dfb2 authored by Nicolas Dandrimont's avatar Nicolas Dandrimont
Browse files

production: allow vpn access to the read-only indexer storage

parent bca212f7
No related branches found
No related tags found
No related merge requests found
......@@ -1242,6 +1242,7 @@ indexerStorage:
indexerStorageConfigurationRef: postgresqlReadOnlyIndexerStorageConfiguration
hosts:
- indexer-storage-read-only-rpc-ingress-swh-cassandra
- indexer.internal.softwareheritage.org
ingress:
enabled: true
extraAnnotations:
......@@ -1256,6 +1257,9 @@ indexerStorage:
default:
paths:
- path: /
extraWhitelistSourceRange:
# vpn network
- 192.168.101.0/24
read-write:
checkDbVersion: true
gunicorn:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment