Skip to content

Commit

Permalink
chore: resolve ingress conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
bernokl committed Nov 12, 2024
1 parent 7487343 commit cbcf50f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
templates.accelerator = lib.mkIf (values.blockfrost-backend.useAccelerator && values.ingress.enabled) {
apiVersion = "operator.h3poteto.dev/v1alpha1";
kind = "EndpointGroupBinding";
metadata.name = "${config.name}-main";
metadata.name = "${config.name}-blockfrost";
spec = {
endpointGroupArn = values.acceleratorArn;
ingressRef.name = "${config.name}-blockfrost";
Expand Down

0 comments on commit cbcf50f

Please sign in to comment.