-
Notifications
You must be signed in to change notification settings - Fork 198
feat: add priority to backendRef #673
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
Changes from all commits
16d53ac
73826b7
9954a3d
cd296ed
49034ae
0c23006
9e2d702
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -42,7 +42,9 @@ spec: | |
| value: us.meta.llama3-2-1b-instruct-v1:0 | ||
| backendRefs: | ||
| - name: provider-fallback-always-failing-upstream # This is the primary backend and trying to speak TLS, which always fails. | ||
| priority: 0 | ||
| - name: provider-fallback-aws | ||
| priority: 1 | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can you also delete the
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes I deleted the fallback flag below |
||
| --- | ||
| apiVersion: aigateway.envoyproxy.io/v1alpha1 | ||
| kind: AIServiceBackend | ||
|
|
@@ -80,8 +82,6 @@ metadata: | |
| name: provider-fallback-aws | ||
| namespace: default | ||
| spec: | ||
| # Indicate that this backend is a fallback backend, meaning that it will only be used if the primary backend fails. | ||
| fallback: true | ||
| endpoints: | ||
| - fqdn: | ||
| hostname: bedrock-runtime.us-east-1.amazonaws.com | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.