feat(helm): allow to configure exposed app container port
Signed-off-by: Pascal Sthamer <10992664+P4sca1@users.noreply.github.com>
This commit is contained in:
@@ -2224,6 +2224,11 @@
|
||||
"items": {}
|
||||
}
|
||||
}
|
||||
},
|
||||
"exposedContainerPort": {
|
||||
"type": "number",
|
||||
"description": "The port that shuffle app containers will listen on for new requests. ",
|
||||
"default": 80
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user