Skip to content

Commit

Permalink
Remove deprecated fields and fix example for ApplicationGateway.network
Browse files Browse the repository at this point in the history
Signed-off-by: Fatih Türken <[email protected]>
  • Loading branch information
turkenf committed Nov 14, 2023
1 parent b2e7524 commit a90d2a6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions examples/network/applicationgateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ kind: ApplicationGateway
metadata:
annotations:
meta.upbound.io/example-id: network/v1beta1/applicationgateway
uptest.upbound.io/timeout: "7200"
labels:
testing.upbound.io/example-name: network
name: example
Expand Down Expand Up @@ -42,13 +43,14 @@ spec:
httpListenerName: example
name: example
ruleType: Basic
priority: 9
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: example
sku:
- capacity: 2
name: Standard_Small
tier: Standard
name: Standard_v2
tier: Standard_v2

---

Expand All @@ -62,7 +64,8 @@ metadata:
name: example
spec:
forProvider:
allocationMethod: Dynamic
sku: Standard
allocationMethod: Static
location: West Europe
resourceGroupNameSelector:
matchLabels:
Expand Down

0 comments on commit a90d2a6

Please sign in to comment.