fix: Disable netpol

This commit is contained in:
2025-09-11 10:50:30 +02:00
parent 92535fe8c3
commit 7e0e8498d5
+3 -3
View File
@@ -661,9 +661,9 @@ externalDatabase:
host: "matomo-mariadb" host: "matomo-mariadb"
port: 3306 port: 3306
user: bn_matomo user: bn_matomo
password: "mylove" password: ""
database: bitnami_matomo database: bitnami_matomo
existingSecret: "" existingSecret: "matomo-mariadb"
## @section Volume Permissions parameters ## @section Volume Permissions parameters
## ##
@@ -838,7 +838,7 @@ certificates:
networkPolicy: networkPolicy:
## @param networkPolicy.enabled Specifies whether a NetworkPolicy should be created ## @param networkPolicy.enabled Specifies whether a NetworkPolicy should be created
## ##
enabled: true enabled: false
## @param networkPolicy.allowExternal Don't require server label for connections ## @param networkPolicy.allowExternal Don't require server label for connections
## The Policy model to apply. When set to false, only pods with the correct ## The Policy model to apply. When set to false, only pods with the correct
## server label will have network access to the ports server is listening ## server label will have network access to the ports server is listening