Remove duplicate key
There is a duplicate network_policy: key (one for ingress and one for egress). This patch set fixes the netpol override yaml so it is correct. Change-Id: I0df65ce248c010b5cf6e54515cfa10206436fa6c Signed-off-by: Tin Lam <tin@irrational.io>
This commit is contained in:
parent
6228f5e958
commit
6d849acf93
@ -76,14 +76,6 @@ network_policy:
|
|||||||
# Erlang Port Mapper Daemon (epmd)
|
# Erlang Port Mapper Daemon (epmd)
|
||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
port: 4369
|
port: 4369
|
||||||
|
|
||||||
manifests:
|
|
||||||
monitoring:
|
|
||||||
prometheus:
|
|
||||||
network_policy_exporter: true
|
|
||||||
network_policy: true
|
|
||||||
network_policy:
|
|
||||||
rabbitmq:
|
|
||||||
egress:
|
egress:
|
||||||
- to:
|
- to:
|
||||||
- podSelector:
|
- podSelector:
|
||||||
@ -106,3 +98,9 @@ network_policy:
|
|||||||
ports:
|
ports:
|
||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
port: %%%REPLACE_API_PORT%%%
|
port: %%%REPLACE_API_PORT%%%
|
||||||
|
|
||||||
|
manifests:
|
||||||
|
monitoring:
|
||||||
|
prometheus:
|
||||||
|
network_policy_exporter: true
|
||||||
|
network_policy: true
|
||||||
|
Loading…
Reference in New Issue
Block a user