modified: services/cilium/deploy/README.md
modified: services/cilium/deploy/app/helm-values.yaml new file: services/cilium/deploy/policies/traefik-l2.yaml
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
apiVersion: cilium.io/v2alpha1
|
||||
kind: CiliumL2AnnouncementPolicy
|
||||
metadata:
|
||||
name: traefik-l2
|
||||
spec:
|
||||
interfaces:
|
||||
- ens18
|
||||
serviceSelector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/name: traefik
|
||||
# nodeSelector:
|
||||
# matchLabels:
|
||||
# traefik-node: "true"
|
||||
|
||||
Reference in New Issue
Block a user