Add traefik to media network policy
This commit is contained in:
parent
6d91d0846d
commit
3ddb2acd6f
|
@ -14,6 +14,11 @@ spec:
|
||||||
name: "media"
|
name: "media"
|
||||||
# - podSelector: {}
|
# - podSelector: {}
|
||||||
|
|
||||||
|
# Allow traefik pods
|
||||||
|
- namespaceSelector:
|
||||||
|
matchLabels:
|
||||||
|
name: "traefik"
|
||||||
|
|
||||||
# Allow all pods with this label
|
# Allow all pods with this label
|
||||||
- podSelector:
|
- podSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
|
|
Loading…
Reference in New Issue