Drop the gocache serve Deployment and nginx sidecar #499

Merged
benvin merged 1 commits from benvin/gocache-serve-remove into main 2026-09-27 11:21:00 +10:00

1 Commits

Author SHA1 Message Date
unkin-agent e5573cf6fd Drop the gocache serve Deployment and nginx sidecar
ci/woodpecker/pr/vector-test Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
`connect` mode gives the client no local cache, so every cache hit is a
network round trip -- about 2.7x slower than pointing the plugin straight
at S3.

- Remove the go-cache-plugin serve Deployment, its nginx stream-proxy
  ConfigMap, and the PureLB Service on 198.18.200.11
- Keep the gocache bucket and gocache-s3 Secret: clients now run the
  plugin in direct mode with those credentials
2026-09-27 11:08:56 +10:00