mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-10-03 12:04:32 +08:00
address review
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
8a9c5ae973
commit
533c270d06
2 changed files with 12 additions and 0 deletions
|
@ -8,7 +8,13 @@ metadata:
|
|||
spec:
|
||||
podSelector:
|
||||
matchLabels:
|
||||
policyTypes:
|
||||
- Ingress
|
||||
- Egress
|
||||
ingress:
|
||||
- from:
|
||||
- podSelector: {}
|
||||
egress:
|
||||
- to:
|
||||
- podSelector: {}
|
||||
{{- end }}
|
||||
|
|
|
@ -326,9 +326,15 @@ metadata:
|
|||
spec:
|
||||
podSelector:
|
||||
matchLabels:
|
||||
policyTypes:
|
||||
- Ingress
|
||||
- Egress
|
||||
ingress:
|
||||
- from:
|
||||
- podSelector: {}
|
||||
egress:
|
||||
- to:
|
||||
- podSelector: {}
|
||||
{{- end }}
|
||||
EOL
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue