Skip to content

Commit bdfba52

Browse files
committed
Fix example
1 parent 43ce54d commit bdfba52

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

examples/externalname-service/gateway.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ metadata:
3333
spec:
3434
dnsResolver:
3535
addresses:
36-
- "8.8.8.8"
37-
- "1.1.1.1"
36+
- type: IPAddress
37+
value: "8.8.8.8"
38+
- type: IPAddress
39+
value: "1.1.1.1"
3840
timeout: "30s"
3941
cacheTTL: "60s"
4042
ipv6: true

0 commit comments

Comments
 (0)