Skip to content

Commit

Permalink
fix ingress sdb
Browse files Browse the repository at this point in the history
  • Loading branch information
tunacicek committed Dec 3, 2024
1 parent 9446f71 commit fb5d4ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion environments/association/provider-edc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,11 @@ simple-data-backend:
nginx.ingress.kubernetes.io/use-regex: "true"
nginx.ingress.kubernetes.io/enable-cors: "true"
nginx.ingress.kubernetes.io/cors-allow-credentials: "true"
nginx.ingress.kubernetes.io/x-forwarded-prefix: /sub
hosts:
- host: <path:semantics/data/provider-edc#simple-data-backend-url>
paths:
- path: "/"
pathType: "ImplementationSpecific"
tls:
- secretName: "submodelserver.tx.test-tls"
hosts:
Expand Down

0 comments on commit fb5d4ba

Please sign in to comment.