Altinn / altinn-studio-charts

Helm charts for Altinn Studio apps.
https://charts.altinn.studio
MIT License
0 stars 0 forks source link

deployment: tlsoptions config is not deployed correctly #30

Open bengtfredh opened 1 year ago

bengtfredh commented 1 year ago

Description of the bug

deployment chart deploy a tlsoption named tls-options in namespace where app is deployed. In documentation this is described: When using the TLSOption resource in Kubernetes, one might setup a default set of options that, if not explicitly overwritten, should apply to all ingresses. To achieve that, you'll have to create a TLSOption resource with the name default. There may exist only one TLSOption with the name default (across all namespaces) - otherwise they will be dropped. To explicitly use a different TLSOption (and using the Kubernetes Ingress resources) you'll have to add an annotation to the Ingress in the following form: traefik.ingress.kubernetes.io/router.tls.options: -@kubernetescrd

What to change

Additional Information

No response