apiVersion: v3
kind: service
metadata:
  name: songwhip-cache-proxy
  description: |
    Service for caching and proxying API requests within the Songwhip platform.
    - Provides a caching layer to reduce latency and load on backend services.
    - Proxies requests to backend APIs, handling cache validation and refresh logic.
    - Improves reliability, scalability, and performance for high-traffic endpoints.
    - Core component for efficient data delivery and request optimization across Songwhip services.
  owner: songwhip
  tags:
    - public:false
spec:
  type: web
  language: js
