Skip to content

Commit

Permalink
Fixing tests after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
dinofizz committed Sep 29, 2023
1 parent 4ee9727 commit e3d962e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions controllers/configmap_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,11 @@ staticResources:
protocol: UDP
name: foo_UDP_100
type: LOGICAL_DNS
upstreamConnectionOptions:
tcpKeepalive:
keepaliveInterval: 5
keepaliveProbes: 3
keepaliveTime: 30
- circuitBreakers:
thresholds:
- maxConnections: 4096
Expand All @@ -175,6 +180,11 @@ staticResources:
portValue: 101
name: foo_TCP_101
type: LOGICAL_DNS
upstreamConnectionOptions:
tcpKeepalive:
keepaliveInterval: 5
keepaliveProbes: 3
keepaliveTime: 30
listeners:
- address:
socketAddress:
Expand Down

0 comments on commit e3d962e

Please sign in to comment.