Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: metacpan/metacpan-k8s
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: metacpan/metacpan-k8s
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ssoriche/load_balancing
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on Mar 15, 2025

  1. feat(web): Add caddy proxy to front web application

    The caddy proxy will handle long lived connections, and provide metrics
    for requests and statuses.
    ssoriche committed Mar 15, 2025
    Configuration menu
    Copy the full SHA
    98fae37 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2025

  1. feat(web): Add metrics gathering from proxy

    The caddy proxy allows for scraping of metrics, add in the configuration
    to enable that scraping by prometheus.
    ssoriche committed Mar 16, 2025
    Configuration menu
    Copy the full SHA
    c041b1a View commit details
    Browse the repository at this point in the history
  2. feat(web): enable proxy and reduce workers

    Switch the service port to the proxy sending all traffic through it
    before reaching the web containers. Reduce the number of workers for web
    as the connection handling is now handled by the proxy.
    ssoriche committed Mar 16, 2025
    Configuration menu
    Copy the full SHA
    545b0ec View commit details
    Browse the repository at this point in the history
Loading