Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i3 Replace sockets with ports #29

Merged
merged 22 commits into from
Aug 21, 2024
Merged

Commits on Aug 20, 2024

  1. replace sockets with ports in local env

    Co-authored-by: Rob Kaufman <[email protected]>
    bkiahstroud and orangewolf committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    a75b39f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0496070 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a21e87f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f2f537 View commit details
    Browse the repository at this point in the history
  5. use shorter selector names

    This follows convention set in other projects, like PALs
    bkiahstroud committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    2275905 View commit details
    Browse the repository at this point in the history
  6. extract nginx deployment

    bkiahstroud committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    0c0b253 View commit details
    Browse the repository at this point in the history
  7. extract client deployment

    bkiahstroud committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    03a864c View commit details
    Browse the repository at this point in the history
  8. extract rails deployment

    bkiahstroud committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    aa48f65 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    645c7f4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    844f183 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7c0dbdf View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    abb380c View commit details
    Browse the repository at this point in the history
  13. Revert 1 commits

    abb380c 'remove SSL from nginx conf, restore nginx commands'
    bkiahstroud committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    8d87e51 View commit details
    Browse the repository at this point in the history
  14. nginx image has default cmd "start-nginx"

    This should allow nginx to start both locally and in prod. The
    self-signed certs will be generated in both, but since we have SSL at
    the ingress level in prod, they will be vestigial in prod
    bkiahstroud committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    adacea0 View commit details
    Browse the repository at this point in the history
  15. properly run docker entrypoint script

    It needed an argument
    bkiahstroud committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    86ed99e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4b38744 View commit details
    Browse the repository at this point in the history
  17. use env vars that work

    bkiahstroud committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    d8e5f30 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. delete unused k8s Service

    bkiahstroud committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    25227df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34196a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a9aef6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    346f64f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2508ade View commit details
    Browse the repository at this point in the history