added fritz subdomain for local access
This commit is contained in:
parent
7318f5a830
commit
f740ffb04c
@ -0,0 +1,18 @@
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: fritz-ingress
|
||||
namespace: traefik
|
||||
labels:
|
||||
expose: "false"
|
||||
spec:
|
||||
entryPoints:
|
||||
- web
|
||||
- websecure
|
||||
routes:
|
||||
- match: Host(`fritz.steffenillium.de`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: fritz-service
|
||||
port: http
|
||||
|
@ -0,0 +1,12 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: fritz-service
|
||||
spec:
|
||||
type: ExternalName
|
||||
externalName: 192.168.178.1
|
||||
ports:
|
||||
- port: 80
|
||||
targetPort: 80
|
||||
protocol: TCP
|
||||
name: http
|
@ -0,0 +1,3 @@
|
||||
resources:
|
||||
- fritz-ingress.yaml
|
||||
- fritz-service.yaml
|
Loading…
x
Reference in New Issue
Block a user