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 fb5d4ba commit d9d13d4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions environments/association/provider-edc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,13 +154,10 @@ simple-data-backend:
tag: "main"
ingress:
enabled: true
ingressClassName: nginx
ingressClassName: ""
annotations:
kubernetes.io/ingress.class: addon-http-application-routing
cert-manager.io/cluster-issuer: letsencrypt-prod
nginx.ingress.kubernetes.io/rewrite-target: /$2
nginx.ingress.kubernetes.io/use-regex: "true"
nginx.ingress.kubernetes.io/enable-cors: "true"
nginx.ingress.kubernetes.io/cors-allow-credentials: "true"
hosts:
- host: <path:semantics/data/provider-edc#simple-data-backend-url>
paths:
Expand Down

0 comments on commit d9d13d4

Please sign in to comment.