Can't have multiple listener rules on an ingress that only points to one svc. #4595
Unanswered
sophie-warner-annalise-ai
asked this question in
Q&A
Replies: 1 comment
-
Is the health check performed through an ELB listener or is this the target group health check? |
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.
-
Just wanted to validate that my understanding is correct before I give up and try a different approach.
I have an ingress that only points to a single service. I need two separate listener rules, one for customer traffic and one for a health check.
If I implement the above it creates one rule which violated validation
A rule can only have '5' condition values and regex values.Model created
I can't find a way to create a new separate rule without creating a duplicate service which seems messy.
Beta Was this translation helpful? Give feedback.
All reactions