Skip to content

Commit

Permalink
fix(orc8r): add k8s annotatons to trigger subscriberdb indexer for ga…
Browse files Browse the repository at this point in the history
…teway_subscriber_state (#13087)

Signed-off-by: Alexander zur Bonsen <alexander.zur.bonsen@tngtech.com>
  • Loading branch information
alexzurbonsen committed Jun 29, 2022
1 parent 5c2638b commit 6a69d18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lte/cloud/helm/lte-orc8r/examples/minikube.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ subscriberdb:
orc8r.io/state_indexer: "true"
orc8r.io/swagger_spec: "true"
annotations:
orc8r.io/state_indexer_types: "mobilityd_ipdesc_record"
orc8r.io/state_indexer_types: "mobilityd_ipdesc_record,gateway_subscriber_state"
orc8r.io/state_indexer_version: "1"
orc8r.io/obsidian_handlers_path_prefixes: >
/magma/v1/lte/:network_id/msisdns,
Expand Down
2 changes: 1 addition & 1 deletion lte/cloud/helm/lte-orc8r/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ subscriberdb:
orc8r.io/state_indexer: "true"
orc8r.io/swagger_spec: "true"
annotations:
orc8r.io/state_indexer_types: "mobilityd_ipdesc_record"
orc8r.io/state_indexer_types: "mobilityd_ipdesc_record,gateway_subscriber_state"
orc8r.io/state_indexer_version: "1"
orc8r.io/obsidian_handlers_path_prefixes: >
/magma/v1/lte/:network_id/msisdns,
Expand Down

0 comments on commit 6a69d18

Please sign in to comment.