Skip to content

Commit

Permalink
fix(deploy): DNS server must have specific port
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavovalverde committed Apr 15, 2024
1 parent 0e42c6b commit 1c4ee32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sub-cloudrun-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ jobs:
--max-instances=${{ inputs.max_instances }}
--cpu=${{ inputs.cpu }}
--memory=${{ inputs.memory }}
--port=53
--network=projects/zfnd-dev-net-spoke-0/global/networks/dev-spoke-0
--subnet=projects/zfnd-dev-net-spoke-0/regions/us-east1/subnetworks/dev-default-ue1
Expand Down

0 comments on commit 1c4ee32

Please sign in to comment.