service for internal service
This commit is contained in:
@@ -8,6 +8,6 @@ spec:
|
|||||||
status:
|
status:
|
||||||
- "400-599"
|
- "400-599"
|
||||||
service:
|
service:
|
||||||
name: traefik-front
|
name: website
|
||||||
port: 443
|
port: 443
|
||||||
query: "https://steffenillium.de/404.html"
|
query: "/404.html"
|
||||||
|
|||||||
10
infrastructure/03-traefik/foreign/website-service.yaml
Normal file
10
infrastructure/03-traefik/foreign/website-service.yaml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
kind: Service
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: website
|
||||||
|
namespace: traefik
|
||||||
|
spec:
|
||||||
|
type: ExternalName
|
||||||
|
externalName: website.website.svc.cluster.local
|
||||||
|
ports:
|
||||||
|
- port: 80
|
||||||
Reference in New Issue
Block a user