Skip to content

Commit 44f9b76

Browse files
author
Barkha Choithani
committed
added ref, set enabled for n/w policy to false
1 parent 4651878 commit 44f9b76

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

charts/values.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,10 @@ serviceAccount:
100100
# If not set and create is true, a name is generated using the fullname template
101101
name: ""
102102

103-
# Configure network options
103+
# Configure options for network policy
104+
# ref: https://kubernetes.io/docs/concepts/services-networking/network-policies
104105
networkPolicy:
105-
enabled: true
106+
enabled: false
106107
customRules: {}
107108
ports:
108109
- port: 8000

0 commit comments

Comments
 (0)