Skip to content

Commit

Permalink
feat: updating AlloyDB testdata and samples for primary instance
Browse files Browse the repository at this point in the history
  • Loading branch information
nancynh committed Sep 24, 2024
1 parent 5c68f3f commit c801f49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ spec:
cpuCount: 2
networkConfig:
enablePublicIp: true
enableOutboundPublicIp: true
authorizedExternalNetworks:
- cidrRange: 8.8.8.8/30
- cidrRange: 8.8.4.4/30
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ spec:
password.enforce_complexity: "on"
networkConfig:
enablePublicIp: true
enableOutboundPublicIp: true
authorizedExternalNetworks:
- cidrRange: 8.8.8.8/30
- cidrRange: 8.8.4.4/30
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ spec:
resourceID: alloydbinstance${uniqueId}
networkConfig:
enablePublicIp: false
enableOutboundPublicIp: false
authorizedExternalNetworks: []

0 comments on commit c801f49

Please sign in to comment.