change service ips

This commit is contained in:
2024-04-16 23:38:50 +02:00
parent d0ed1cd153
commit 3a3ca30ab2

View File

@@ -4,8 +4,6 @@ metadata:
name: traefik
namespace: traefik
spec:
type: LoadBalancer
loadBalancerIP: 192.168.1.1
selector:
app: front-traefik
ports:
@@ -14,14 +12,14 @@ spec:
protocol: TCP
targetPort: traefik
- name: web
port: 80
port: 8000
protocol: TCP
targetPort: web
- name: websecure
port: 443
port: 8443
protocol: TCP
targetPort: websecure
- name: dns
port: 53
port: 8053
protocol: UDP
targetPort: dns