Skip to content

Commit cbcf50f

Browse files
committed
chore: resolve ingress conflict
1 parent 7487343 commit cbcf50f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/cardano-services/deployments/blockfrost-backend-ingress.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
templates.accelerator = lib.mkIf (values.blockfrost-backend.useAccelerator && values.ingress.enabled) {
99
apiVersion = "operator.h3poteto.dev/v1alpha1";
1010
kind = "EndpointGroupBinding";
11-
metadata.name = "${config.name}-main";
11+
metadata.name = "${config.name}-blockfrost";
1212
spec = {
1313
endpointGroupArn = values.acceleratorArn;
1414
ingressRef.name = "${config.name}-blockfrost";

0 commit comments

Comments
 (0)