diff --git a/lib/cache/cache.go b/lib/cache/cache.go index 24dd4a5438e33..b37a8a73358a4 100644 --- a/lib/cache/cache.go +++ b/lib/cache/cache.go @@ -165,12 +165,9 @@ func ForRemoteProxy(cfg Config) Config { {Kind: types.KindTunnelConnection}, {Kind: types.KindAppServer}, {Kind: types.KindAppServer, Version: types.V2}, - {Kind: types.KindApp}, {Kind: types.KindRemoteCluster}, {Kind: types.KindKubeService}, {Kind: types.KindDatabaseServer}, - {Kind: types.KindDatabase}, - {Kind: types.KindInstaller}, } cfg.QueueSize = defaults.ProxyQueueSize return cfg