Skip to content

Commit

Permalink
update ci templates attempt 3
Browse files Browse the repository at this point in the history
  • Loading branch information
nawazkh committed Nov 19, 2024
1 parent a9dbe5f commit aa4fba5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/cluster-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
dnsName: ${CLUSTER_NAME}-${APISERVER_LB_DNS_SUFFIX}.${AZURE_LOCATION}.cloudapp.azure.com
name: ${CLUSTER_NAME}-api-lb
- name: ${CLUSTER_NAME}-internal-lb-private-ip
privateIP: 10.0.11.100
privateIP: 10.0.0.100
subnets:
- cidrBlocks:
- 10.0.0.0/16
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
name: ${CLUSTER_NAME}-api-lb
dnsName: ${CLUSTER_NAME}-${APISERVER_LB_DNS_SUFFIX}.${AZURE_LOCATION}.cloudapp.azure.com
- name: ${CLUSTER_NAME}-internal-lb-private-ip
privateIP: 10.0.11.100
privateIP: 10.0.0.100
vnet:
cidrBlocks:
- 10.0.0.0/8
Expand Down
2 changes: 1 addition & 1 deletion templates/test/ci/cluster-template-prow-spot.yaml

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

0 comments on commit aa4fba5

Please sign in to comment.