ports in tr service

This commit is contained in:
2024-04-01 11:14:45 +02:00
parent f5b5f20885
commit 8ce3d2046e
3 changed files with 41 additions and 23 deletions
infrastructure/03-traefik
base
overlay-external
overlay-internal

@ -5,4 +5,22 @@ metadata:
namespace: traefik
spec:
loadBalancerIP: 192.168.178.102
type: LoadBalancer
type: LoadBalancer
ports:
- name: web
port: 80
protocol: TCP
targetPort: web
- name: websecure
port: 443
protocol: TCP
targetPort: websecure
- name: dns
port: 53
protocol: UDP
targetPort: dns
- name: traefik
port: 9000
protocol: TCP
targetPort: traefik