namespaces and typo
This commit is contained in:
infrastructure/03-traefik/foreign
@ -7,7 +7,7 @@ spec:
|
||||
entryPoints:
|
||||
- web-local
|
||||
- websecure-local
|
||||
- websecure-remote
|
||||
- websecure-front
|
||||
routes:
|
||||
- match: Host(`photos.steffenillium.de`) || Host(`immich.steffenillium.de`)
|
||||
kind: Rule
|
||||
|
@ -2,6 +2,7 @@ apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: immich
|
||||
namespace: traefik
|
||||
spec:
|
||||
type: ExternalName
|
||||
externalName: 192.168.178.2
|
||||
|
Reference in New Issue
Block a user