mirror of
https://github.com/opf/openproject-deploy.git
synced 2026-02-14 16:59:51 +00:00
14 lines
283 B
YAML
Executable File
14 lines
283 B
YAML
Executable File
apiVersion: networking.k8s.io/v1
|
|
kind: NetworkPolicy
|
|
metadata:
|
|
name: frontend
|
|
spec:
|
|
ingress:
|
|
- from:
|
|
- podSelector:
|
|
matchLabels:
|
|
openproject.network/frontend: "true"
|
|
podSelector:
|
|
matchLabels:
|
|
openproject.network/frontend: "true"
|