a43ae25226
This patch set places in a default kubernetes egress network policy for postgresql database chart. Change-Id: I6caa917faf23becc3a1c09b47f457b8b2db996e4 Signed-off-by: Tin Lam <tin@irrational.io>
12 lines
233 B
YAML
12 lines
233 B
YAML
manifests:
|
|
network_policy: true
|
|
network_policy:
|
|
postgresql:
|
|
egress:
|
|
- to:
|
|
- ipBlock:
|
|
cidr: %%%REPLACE_API_ADDR%%%/32
|
|
ports:
|
|
- protocol: TCP
|
|
port: %%%REPLACE_API_PORT%%%
|