changed ports and services

This commit is contained in:
2024-04-19 08:16:17 +02:00
parent 03b067335b
commit 589bdab70d
10 changed files with 22 additions and 23 deletions

View File

@ -4,7 +4,7 @@ metadata:
name: traefik-local
namespace: traefik
spec:
loadBalancerIP: 192.168.178.102
loadBalancerIP: 192.168.178.101
loadBalancerClass: metallb
type: LoadBalancer
selector:
@ -19,7 +19,6 @@ spec:
port: 443
protocol: TCP
targetPort: websecure-local
- name: dns
port: 53
protocol: UDP
@ -35,16 +34,23 @@ metadata:
name: traefik-front
namespace: traefik
spec:
type: LoadBalancer
type: NodePort
selector:
app: traefik
ports:
# Front
- name: web-front
port: 8000
port: 8080
protocol: TCP
targetPort: web-front
nodePort: 30080
- name: websecure-front
port: 8443
protocol: TCP
targetPort: websecure-front
targetPort: websecure-front
nodePort: 30443
- name: dns
port: 8053
protocol: UDP
targetPort: dns
nodePort: 30053