set providers.kubernetesingress.publishedService.enabled to true in traefik config

This commit is contained in:
Mans Ziesel 2024-09-22 12:22:34 +02:00
parent eb488b2daf
commit beaa9b0366

View File

@ -22,6 +22,7 @@ spec:
args: args:
- --api.insecure - --api.insecure
- --providers.kubernetesingress - --providers.kubernetesingress
- --providers.kubernetesingress.publishedService.enabled=true
ports: ports:
- name: web - name: web
containerPort: 80 containerPort: 80