traefik debugging

This commit is contained in:
Steffen Illium 2024-03-27 12:24:08 +01:00
parent 352892c442
commit 51a1c1aa61
3 changed files with 18 additions and 12 deletions

View File

@ -35,17 +35,11 @@ globalArguments:
additionalArguments:
- "--serversTransport.insecureSkipVerify=true"
- "--log.level=INFO"
- "--api.insecure=true"
# - "--api.insecure=true"
ports:
web:
port: 8000
expose: true
exposedPort: 80
protocol: TCP
http3:
enabled: false
tls:
enabled: false
websecure:
@ -71,3 +65,15 @@ service:
loadBalancerIP: 192.168.178.102
loadBalancerSourceRanges: []
externalIPs: []
providers:
kubernetesCRD:
enabled: true
ingressClass: ''
allowExternalNameServices: true
kubernetesIngress:
enabled: true
allowExternalNameServices: true
publishedService:
enabled: false

View File

@ -1,7 +1,7 @@
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: longhorn-ui
name: longhorn-frontend
spec:
entryPoints:
- web
@ -10,5 +10,5 @@ spec:
- match: Host(`longhorn.steffenillium.de`)
kind: Rule
services:
- name: ui
- name: longhorn-frontend
port: 80

View File

@ -12,4 +12,4 @@ spec:
services:
- name: lcl-cert-manager
kind: Service
port: 9402
port: 443