731a6b4cfa
- document-end - document-start - empty-lines - hyphens - indentation - key-duplicates - new-line-at-end-of-file - new-lines - octal-values with corresponding code adjustment. Change-Id: I92d6aa20df82aa0fe198f8ccd535cfcaf613f43a
23 lines
419 B
YAML
23 lines
419 B
YAML
---
|
|
manifests:
|
|
network_policy: true
|
|
network_policy:
|
|
rgw:
|
|
egress:
|
|
- to:
|
|
- ipBlock:
|
|
cidr: 172.17.0.1/16
|
|
- to:
|
|
ports:
|
|
- protocol: TCP
|
|
port: 80
|
|
- protocol: TCP
|
|
port: 443
|
|
- to:
|
|
- ipBlock:
|
|
cidr: %%%REPLACE_API_ADDR%%%/32
|
|
ports:
|
|
- protocol: TCP
|
|
port: %%%REPLACE_API_PORT%%%
|
|
...
|