service for internal service

This commit is contained in:
2024-04-26 10:14:10 +02:00
parent 62196aab17
commit cf8a737adb
2 changed files with 12 additions and 2 deletions

View File

@@ -8,6 +8,6 @@ spec:
status:
- "400-599"
service:
name: traefik-front
name: website
port: 443
query: "https://steffenillium.de/404.html"
query: "/404.html"

View 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