This commit is contained in:
2024-04-06 22:16:37 +02:00
parent b92bd4ee78
commit 5b8ead242a
4 changed files with 2 additions and 24 deletions

View File

@ -9,7 +9,6 @@ components:
- ../../../components/front-region-selector.yaml
resources:
- traefik-ingress-dashboard-front.yaml
- ../base

View File

@ -16,8 +16,7 @@ spec:
- --global.checknewversion=false
- --entrypoints.dns.address=:53/udp
- --entrypoints.metrics.address=:9100/tcp
- --entrypoints.traefik-dash.address=:9000/tcp
- --entrypoints.traefik.address=:9080/tcp
- --entrypoints.traefik.address=:9000/tcp
- --entrypoints.web.address=:8000/tcp
- --entrypoints.web.http.redirections.entryPoint.to=websecure
- --entrypoints.web.http.redirections.entryPoint.scheme=https

View File

@ -7,12 +7,8 @@ spec:
type: NodePort
ports:
- name: traefik-dash
port: 9000
protocol: TCP
targetPort: traefik-dash
- name: traefik
port: 9090
port: 9000
protocol: TCP
targetPort: traefik
- name: web

View File

@ -1,16 +0,0 @@
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
labels:
local: "true"
name: traefik-dashboard-front-internal
namespace: traefik
spec:
entryPoints:
- traefik
routes:
- kind: Rule
match: Host(`tr-front.steffenillium.de`)
services:
- kind: TraefikService
name: api@internal