Skip to content

Commit 77b3d6c

Browse files
Fix GCP Marketplace regression after removing pg_notify (#11537)
Signed-off-by: Steven Sheehy <[email protected]>
1 parent c284687 commit 77b3d6c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

charts/marketplace/gcp/values.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ grpc:
1919
mirror:
2020
grpc:
2121
listener:
22-
type: NOTIFY
22+
type: SHARED_POLL
2323
management:
2424
endpoint:
2525
health:
@@ -47,8 +47,6 @@ importer:
4747
parser:
4848
record:
4949
entity:
50-
notify:
51-
enabled: true
5250
redis:
5351
enabled: false
5452
management:

0 commit comments

Comments
 (0)