reset.
This commit is contained in:
@ -9,7 +9,6 @@ components:
|
||||
- ../../../components/front-region-selector.yaml
|
||||
|
||||
resources:
|
||||
- traefik-ingress-dashboard-front.yaml
|
||||
- ../base
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
Reference in New Issue
Block a user