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