7baceae82f
About panko chart,It's been removed. Change-Id: I781f42f11e1bfc26537d393c527e34c66d29d0cf
85 lines
2.1 KiB
YAML
85 lines
2.1 KiB
YAML
---
|
|
manifests:
|
|
network_policy: true
|
|
network_policy:
|
|
mariadb:
|
|
egress:
|
|
- to:
|
|
- ipBlock:
|
|
cidr: %%%REPLACE_API_ADDR%%%/32
|
|
ports:
|
|
- protocol: TCP
|
|
port: %%%REPLACE_API_PORT%%%
|
|
ingress:
|
|
- from:
|
|
- podSelector:
|
|
matchLabels:
|
|
application: keystone
|
|
- podSelector:
|
|
matchLabels:
|
|
application: heat
|
|
- podSelector:
|
|
matchLabels:
|
|
application: glance
|
|
- podSelector:
|
|
matchLabels:
|
|
application: cinder
|
|
- podSelector:
|
|
matchLabels:
|
|
application: aodh
|
|
- podSelector:
|
|
matchLabels:
|
|
application: barbican
|
|
- podSelector:
|
|
matchLabels:
|
|
application: ceilometer
|
|
- podSelector:
|
|
matchLabels:
|
|
application: designate
|
|
- podSelector:
|
|
matchLabels:
|
|
application: horizon
|
|
- podSelector:
|
|
matchLabels:
|
|
application: ironic
|
|
- podSelector:
|
|
matchLabels:
|
|
application: magnum
|
|
- podSelector:
|
|
matchLabels:
|
|
application: mistral
|
|
- podSelector:
|
|
matchLabels:
|
|
application: nova
|
|
- podSelector:
|
|
matchLabels:
|
|
application: neutron
|
|
- podSelector:
|
|
matchLabels:
|
|
application: rally
|
|
- podSelector:
|
|
matchLabels:
|
|
application: senlin
|
|
- podSelector:
|
|
matchLabels:
|
|
application: placement
|
|
- podSelector:
|
|
matchLabels:
|
|
application: prometheus-mysql-exporter
|
|
- podSelector:
|
|
matchLabels:
|
|
application: mariadb
|
|
- podSelector:
|
|
matchLabels:
|
|
application: mariadb-backup
|
|
ports:
|
|
- protocol: TCP
|
|
port: 3306
|
|
- protocol: TCP
|
|
port: 4567
|
|
- protocol: TCP
|
|
port: 80
|
|
- protocol: TCP
|
|
port: 8080
|
|
...
|