Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions examples/dynamic-config-cp/resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,5 +170,6 @@ func GenerateSnapshot() cache.Snapshot {
[]types.Resource{makeHTTPListener(ListenerName, RouteName)},
[]types.Resource{}, // runtimes
[]types.Resource{}, // secrets
[]types.Resource{}, // extensions configs
)
}
2 changes: 2 additions & 0 deletions examples/dynamic-config-cp/verify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ docker-compose up --build -d go-control-plane

wait_for 30 sh -c "docker-compose ps go-control-plane | grep healthy | grep -v unhealthy"

sleep 2

run_log "Check for response from service1 backend"
responds_with \
"Request served by service1" \
Expand Down