reset.
This commit is contained in:
@ -9,7 +9,6 @@ components:
|
|||||||
- ../../../components/front-region-selector.yaml
|
- ../../../components/front-region-selector.yaml
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- traefik-ingress-dashboard-front.yaml
|
|
||||||
- ../base
|
- ../base
|
||||||
|
|
||||||
|
|
||||||
|
@ -16,8 +16,7 @@ spec:
|
|||||||
- --global.checknewversion=false
|
- --global.checknewversion=false
|
||||||
- --entrypoints.dns.address=:53/udp
|
- --entrypoints.dns.address=:53/udp
|
||||||
- --entrypoints.metrics.address=:9100/tcp
|
- --entrypoints.metrics.address=:9100/tcp
|
||||||
- --entrypoints.traefik-dash.address=:9000/tcp
|
- --entrypoints.traefik.address=:9000/tcp
|
||||||
- --entrypoints.traefik.address=:9080/tcp
|
|
||||||
- --entrypoints.web.address=:8000/tcp
|
- --entrypoints.web.address=:8000/tcp
|
||||||
- --entrypoints.web.http.redirections.entryPoint.to=websecure
|
- --entrypoints.web.http.redirections.entryPoint.to=websecure
|
||||||
- --entrypoints.web.http.redirections.entryPoint.scheme=https
|
- --entrypoints.web.http.redirections.entryPoint.scheme=https
|
||||||
|
@ -7,12 +7,8 @@ spec:
|
|||||||
type: NodePort
|
type: NodePort
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
- name: traefik-dash
|
|
||||||
port: 9000
|
|
||||||
protocol: TCP
|
|
||||||
targetPort: traefik-dash
|
|
||||||
- name: traefik
|
- name: traefik
|
||||||
port: 9090
|
port: 9000
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: traefik
|
targetPort: traefik
|
||||||
- name: web
|
- 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