Files
kubedeploy-k3s/infrastructure/03-traefik/overlay-external/patches/traefik-service-patch.yaml
2024-04-15 22:13:35 +02:00

25 lines
395 B
YAML

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