deploy #10

Merged
bstein merged 271 commits from deploy into main 2026-01-19 19:04:01 +00:00
Showing only changes of commit 7817248eb9 - Show all commits

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