fix: Disable netpol
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user