Files
kubedeploy-k3s/infrastructure/03-traefik/overlay-internal/patches/traefik-service-patch.yaml
2024-04-01 15:33:44 +02:00

26 lines
421 B
YAML

apiVersion: v1
kind: Service
metadata:
name: traefik
namespace: traefik
spec:
loadBalancerIP: 192.168.178.102
type: LoadBalancer
ports:
- name: web
port: 80
protocol: TCP
targetPort: 8000
- name: websecure
port: 443
protocol: TCP
targetPort: 8443
- name: dns
port: 53
protocol: UDP
targetPort: 53
- name: traefik
port: 9000
protocol: TCP
targetPort: 9000