mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-11 01:13:41 +08:00
fe336cf6d8
Signed-off-by: Simon L <szaimen@e.mail.de>
13 lines
296 B
YAML
Executable file
13 lines
296 B
YAML
Executable file
apiVersion: networking.k8s.io/v1
|
|
kind: NetworkPolicy
|
|
metadata:
|
|
name: nextcloud-aio
|
|
spec:
|
|
ingress:
|
|
- from:
|
|
- podSelector:
|
|
matchLabels:
|
|
io.kompose.network/nextcloud-aio: "true"
|
|
podSelector:
|
|
matchLabels:
|
|
io.kompose.network/nextcloud-aio: "true"
|