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

@ -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