Skip to content

Commit

Permalink
Fix for firewall project being different than main project
Browse files Browse the repository at this point in the history
  • Loading branch information
malscent committed Jul 3, 2024
1 parent 2e934de commit 87072b1
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 87072b1

Please sign in to comment.