-
Notifications
You must be signed in to change notification settings - Fork 5
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
Adjust spryker to use hostname_aliases for nginx #527
Adjust spryker to use hostname_aliases for nginx #527
Conversation
acb5a0f
to
c41bc84
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, just not sure about the changes in src/spryker/helm/app/templates/application/webapp/ingress-istio.yaml
annotations: | ||
{{- range $key, $value := .Values.services.nginx.ingress.annotations }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what do you think to moving .Values.services.nginx.ingress.annotations to .Values.ingress.annotations for the 1.0.0 release?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess there might be annotations for the istio ingress too, though that can be switched at the values.yaml.twig level
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
istio virtualservice only has labels atm, but I'd apply the annotation capability to both of them
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How does #538 look?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's now part of this PR :)
Replace hostname with namespace as domain is appended later
ae50510
to
744d808
Compare
Co-authored-by: andytson-inviqa <[email protected]>
with
in the nginx ingress for _base and spryker.Values.services.nginx.environment.FPM_HOST
_HOST_
in their name