Skip to content

Commit

Permalink
Remove ingress annotations in default values
Browse files Browse the repository at this point in the history
  • Loading branch information
tunacicek committed Nov 2, 2023
1 parent fdf93a6 commit 2605a74
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions charts/bpndiscovery/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,7 @@ bpndiscovery:
tls: false
urlPrefix: /bpndiscovery
className: nginx
annotations:
cert-manager.io/cluster-issuer: selfsigned-cluster-issuer
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"
nginx.ingress.kubernetes.io/x-forwarded-prefix: /bpndiscovery
annotations: {}
resources:
limits:
cpu: 750m
Expand Down

0 comments on commit 2605a74

Please sign in to comment.