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 5a590d3
Show file tree
Hide file tree
Showing 4 changed files with 4 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: []
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,7 @@ spec:
cpuCount: 2
networkConfig:
enablePublicIp: true
enableOutboundPublicIp: true
authorizedExternalNetworks:
- cidrRange: 8.8.8.8/30
- cidrRange: 8.8.4.4/30
Expand Down

0 comments on commit 5a590d3

Please sign in to comment.