Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: distinct VPC host prep examples #894

Merged
merged 1 commit into from
Mar 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ kind: DNSRecordSet
metadata:
name: workload-name-client-name-standard-core-public-dns-a-rset # kpt-set: workload-name-${client-name}-standard-core-public-dns-a-rset
annotations:
cnrm.cloud.google.com/project-id: host-project-id # kpt-set: ${host-project-id}
lucstjean-ssc marked this conversation as resolved.
Show resolved Hide resolved
cnrm.cloud.google.com/project-id: dns-project-id # kpt-set: ${dns-project-id}
spec:
name: "dns-name" # kpt-set: ${dns-name}
type: "A"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ spec:
disabled: false
# AU-12
enableLogging: true
# edit reference to nonp or pbmm folder accordingly
firewallPolicyRef:
name: client-name-standard-applications-infrastructure-fwpol # kpt-set: ${client-name}-standard-applications-infrastructure-fwpol
name: client-name-standard-app-infra-nonp-fwpol # kpt-set: ${client-name}-standard-app-infra-nonp-fwpol
namespace: client-name-networking # kpt-set: ${client-name}-networking
match:
# edit protocol and ports accordingly
layer4Configs:
- ipProtocol: "tcp"
ports:
Expand All @@ -41,5 +43,5 @@ spec:
# add a list of destination fqdns below
destFqdns:
- "example.com"
# IMPORTANT to set a proper priority, each project should have a reserved range
# IMPORTANT to set a proper priority, no duplicates allowed on the same policy, each project should have a reserved range
priority: 5050