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

Feat/revproxy istio support #141

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Sep 26, 2023

  1. Update host header when proxying to services. ISTIO proxy uses Host h…

    …eader to route traffic.
    Andrzej Grzelak committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    ac5c8f0 View commit details
    Browse the repository at this point in the history
  2. Update proxy http version to 1.1.

    Remove https redirect on HTTP connection from ISTIO proxy - ingress takes care of TLS termination/redirects
    Andrzej Grzelak committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    eaff7c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Remove initContainers from jobs that were waiting for a service to be…

    … up and moved their code to the actual container because ISTIO sidecar does not work in init-container by default so there is no connectivity to a service.
    Andrzej Grzelak committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    446b95e View commit details
    Browse the repository at this point in the history