This commit is contained in:
2024-04-23 19:04:03 +02:00
parent c5d218049d
commit 2b1e9fc2eb
24 changed files with 19 additions and 18 deletions

View File

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