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