traefik: wire LB service to custom deployment

This commit is contained in:
Brad Stein 2026-01-15 11:26:46 -03:00
parent 9993b501a6
commit 7817248eb9

View File

@ -3,7 +3,7 @@ apiVersion: v1
kind: Service
metadata:
name: traefik
namespace: kube-system
namespace: traefik
annotations:
metallb.universe.tf/address-pool: communication-pool
spec:
@ -20,5 +20,4 @@ spec:
targetPort: websecure
protocol: TCP
selector:
app.kubernetes.io/instance: traefik-kube-system
app.kubernetes.io/name: traefik
app: traefik