Skip to content

Commit

Permalink
update private templates
Browse files Browse the repository at this point in the history
  • Loading branch information
nawazkh committed Nov 14, 2024
1 parent a78e82f commit 65119d8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions templates/cluster-template-private.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions templates/flavors/private/patches/private-lb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ spec:
apiServerLB:
name: ${CLUSTER_NAME}-internal-lb
type: Internal
frontendIPs:
- name: ${CLUSTER_NAME}-internal-lb-ip
privateIP: 10.22.0.100
nodeOutboundLB:
frontendIPsCount: 1
controlPlaneOutboundLB:
frontendIPsCount: 1
vnet:
cidrBlocks:
- 10.0.0.0/16
- 10.22.0.0/8
subnets:
- name: control-plane-subnet
role: control-plane
cidrBlocks:
- 10.0.0.0/24
- 10.0.1.0/24
- 10.0.2.0/24
- 10.22.0.0/16
- name: node-subnet
role: node
cidrBlocks:
- 10.0.3.0/24
- 10.0.4.0/24
- 10.22.1.0/16

0 comments on commit 65119d8

Please sign in to comment.