nextcloud / all-in-one

📦 The official Nextcloud installation method. Provides easy deployment and maintenance with most features included in this one Nextcloud instance.
https://hub.docker.com/r/nextcloud/all-in-one
GNU Affero General Public License v3.0
5.07k stars 587 forks source link

helm: add network policy #5024

Closed szaimen closed 1 month ago

szaimen commented 1 month ago
st3iny commented 1 month ago

I'll set up a network policy plugin locally and give this a test.

szaimen commented 1 month ago

I'll set up a network policy plugin locally and give this a test.

So network policies are not included by default? Should we make it possible to disable this then?

st3iny commented 1 month ago

So network policies are not included by default? Should we make it possible to disable this then?

Policies are always available but will be ignored by some CNI plugins.

So we can always apply them but the cluster needs a CNI with policy support (e.g. Calico) for them to actually have an impact.