charts icon indicating copy to clipboard operation
charts copied to clipboard

[custom-app] manual custom ingress ignoring traefik integration

Open qraynaud opened this issue 1 year ago • 0 comments
trafficstars

App Name

custom-app

Operating System

TrueNAS SCALE 23.10.1

App Version

0.21.1155_11.2.0

Application Events

2024-02-20 10:11:53
Created container quentin-workenv-custom-app
2024-02-20 10:11:53
Started container quentin-workenv-custom-app
2024-02-20 10:11:49
Successfully pulled image "docker:dind" in 1.508820087s (1.508828432s including waiting)
2024-02-20 10:11:48
Add eth0 [172.16.0.88/16] from ix-net
2024-02-20 10:11:48
Pulling image "docker:dind"
2024-02-20 10:11:47
Scaled up replica set quentin-workenv-custom-app-56749f95db to 1

Application Logs

Not relevant here

Application Configuration

Manual Custom Service

image

Manual Custom Ingress

image image

Describe the bug

When adding a custom ingress and enabling the traefik integration on it, it does not appear on the HTTP Routers nor HTTP services lists of the traefik router. Trying to access the provided hostname thus results in a 404.

To Reproduce

  1. create a custom app
  2. add any manual ingress with the traefik integration
  3. check the ingress dashboard for the ingress

Expected Behavior

The correct router and service should be added to traefik

Screenshots

N/A

Additional Context

The associated cert manager integration is working properly: I saw the certificate request going through at 1st launch.

I've read and agree with the following

  • [X] I've checked all open and closed issues and my issue is not there.

qraynaud avatar Feb 20 '24 09:02 qraynaud