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
Member

connect mode gives the client no local cache, so every cache operation is a network round trip -- about 2.7x slower than pointing the plugin straight at S3. Developers and CI run the plugin in direct mode instead.

  • Remove the go-cache-plugin serve Deployment and its nginx stream-proxy ConfigMap
  • Remove the PureLB Service, freeing 198.18.200.11
  • Keep the gocache bucket and gocache-s3 Secret for direct-mode clients
`connect` mode gives the client no local cache, so every cache operation is a network round trip -- about 2.7x slower than pointing the plugin straight at S3. Developers and CI run the plugin in direct mode instead. - Remove the `go-cache-plugin serve` Deployment and its nginx stream-proxy ConfigMap - Remove the PureLB Service, freeing `198.18.200.11` - Keep the `gocache` bucket and `gocache-s3` Secret for direct-mode clients
unkin-agent added 1 commit 2026-09-27 11:09:05 +10:00
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
e5573cf6fd
`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
benvin merged commit 90d512fadf into main 2026-09-27 11:21:00 +10:00
benvin deleted branch benvin/gocache-serve-remove 2026-09-27 11:21:00 +10:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unkin/argocd-apps#499