1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 15:47:14 +01:00

open cluster-policy-controller ports for metrics

This commit is contained in:
atiratree
2021-07-23 19:08:00 +02:00
parent 12fd86f161
commit 2636aef6cd
7 changed files with 81 additions and 0 deletions

View File

@@ -62,6 +62,9 @@ def GenerateConfig(context):
},{
'IPProtocol': 'tcp',
'ports': ['22623']
},{
'IPProtocol': 'tcp',
'ports': ['10357']
}],
'sourceTags': [
context.properties['infra_id'] + '-master',