mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-15 19:44:31 +08:00
14 lines
296 B
YAML
14 lines
296 B
YAML
|
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"
|