gitroomhq / postiz-helmchart

Helm for Postiz
Apache License 2.0
6 stars 3 forks source link

Ingress Template and Configuration #1

Open robertvy opened 5 days ago

robertvy commented 5 days ago

πŸ“œ Description

I couldn't get Ingress working. I can also not see any ingress template but it is in values.yaml. Should this already be working.

πŸ‘Ÿ Reproduction steps

ingress: enabled: true className: 'alb' annotations: external-dns.alpha.kubernetes.io/hostname: xxxx kubernetes.io/ingress.class: alb alb.ingress.kubernetes.io/scheme: internet-facing alb.ingress.kubernetes.io/target-type: ip alb.ingress.kubernetes.io/group.name: xxxx alb.ingress.kubernetes.io/listen-ports: '[{"HTTP":80},{"HTTPS": 443}]' alb.ingress.kubernetes.io/actions.ssl-redirect: '{"Type": "redirect", "RedirectConfig": { "Protocol": "HTTPS", "Port": "443", "StatusCode": "HTTP_301"}}' hosts:

πŸ‘ Expected behavior

ingress should be created

πŸ‘Ž Actual Behavior

no ingress created

☸️ Kubernetes Version

v1.29.7

⎈ Helm Version

v3.15.4

πŸ“Š Chart Version

1.0.1.

☁️ Cloud Provider

AWS

πŸ› οΈ Custom Values

No response

πŸ“ƒ Additional Context

No response

πŸ‘€ Have you checked if this bug has been reported before?

Are you willing to submit a PR?

Yes, I'm willing to submit a PR!

vuisme commented 4 days ago

We can insert ingress yaml to values for override it without template.