Skip to content

Commit eb6f531

Browse files
committed
Change to localhost for alloydb proxy allowed connections.
1 parent 453d862 commit eb6f531

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

applications/prompt-pub/templates/statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ spec:
8787
command:
8888
- "/alloydb-auth-proxy"
8989
- "--public-ip"
90-
- "--address=0.0.0.0"
90+
- "--address=127.0.0.1"
9191
- "--port=5432"
9292
- "--credentials-file"
9393
- "/opt/lsst/secrets/alloy-db/key.json"

0 commit comments

Comments
 (0)