Skip to content

Commit

Permalink
Add ingress to simple-data-backend
Browse files Browse the repository at this point in the history
  • Loading branch information
tunacicek committed Dec 3, 2024
1 parent fb6323a commit 1c094e8
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions environments/association/provider-edc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,5 +152,13 @@ simple-data-backend:
enabled: true
image:
tag: "main"
ingress:
enabled: false
ingresses:
- enabled: true
hostname: <path:semantics/data/provider-edc#simple-data-backend-url>
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
nginx.ingress.kubernetes.io/use-regex: "true"
nginx.ingress.kubernetes.io/enable-cors: "true"
nginx.ingress.kubernetes.io/cors-allow-credentials: "true"
certManager:
clusterIssuer: letsencrypt-prod

0 comments on commit 1c094e8

Please sign in to comment.