Replies: 1 comment
-
/cc @geoand (kubernetes), @iocanel (kubernetes), @radcortez (config) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm implementing an app that includes Oauth2 implementation which mandates state key comparison (via cookie).
The app is deployed on GKE.
In such case the Ingress needs to have a sticky session (Session Affinity over Client IP), which could be configured via Service annotations, not Ingress annotations.
(https://cloud.google.com/kubernetes-engine/docs/how-to/load-balance-ingress#service_annotations_related_to_ingress)
For now quarkus has the configuration option for setting annotations on Ingress,
quarkus.kubernetes.ingress.annotations
, but there's no configuration option for setting annotations on Service, with which I would achieve to generate manifest that might reads:Any other quarkus-fellows than me who are in similar need?
+++
Beta Was this translation helpful? Give feedback.
All reactions