-
Notifications
You must be signed in to change notification settings - Fork 60
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
Create blockfrost provider #1519
Conversation
|
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.
Apart for a minor question, LGTM!
templates.accelerator = lib.mkIf (values.blockfrost-backend.useAccelerator && values.ingress.enabled) { | ||
apiVersion = "operator.h3poteto.dev/v1alpha1"; | ||
kind = "EndpointGroupBinding"; | ||
metadata.name = "${config.name}-main"; |
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.
This will create a conflict
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.
resolved, made it -blockfrost
cbcf50f
Implemented as part of https://input-output.atlassian.net/browse/LW-11745