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:
Pascal Sthamer
2025-04-17 12:06:59 +02:00
parent 3491ba6471
commit e4a42128e7
5 changed files with 20 additions and 6 deletions
@@ -2224,6 +2224,11 @@
"items": {}
}
}
},
"exposedContainerPort": {
"type": "number",
"description": "The port that shuffle app containers will listen on for new requests. ",
"default": 80
}
}
},