Skip to content

Commit

Permalink
Merge pull request #209 from couchbase-partners/GCP-Custom-Network
Browse files Browse the repository at this point in the history
Fix for firewall project being different than main project
  • Loading branch information
malscent authored Jul 3, 2024
2 parents ad97b80 + 87072b1 commit 81af5c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion gcp/couchbase-server/resources/firewall_rule.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ def generate_config(context):
'properties': {
'network': network,
'priority': 1000,
'project': project,
'description': 'Firewall tag for Couchbase server, allows ingress from {} CIDR and network tag: {}'.format(sourceCidr, tag),
'sourceRanges': [sourceCidr],
'destinationRanges': [],
Expand Down
2 changes: 1 addition & 1 deletion gcp/couchbase-server/test_config.local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resources:
- name: test-couchbase-deployment
type: couchbase.py
properties:
name: ja-test-stack
name: ja-test-deploy
serverNodeCount: 3
serverNodeType: n1-standard-4
serverDiskSize: 20
Expand Down

0 comments on commit 81af5c6

Please sign in to comment.