Skip to content

Commit c18a0ce

Browse files
vMaroonsallyom
authored andcommitted
- added epp-deployment container ports configurability (with service exposure if needed) (kubernetes-sigs#1211)
- made epp-deployment env configuration flexible - made epp logging verbosity configurable Signed-off-by: Maroon Ayoub <[email protected]>
1 parent 4bd7d2e commit c18a0ce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/charts/inferencepool/values.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ inferenceExtension:
3838
# Only the leader pod will be ready to serve traffic.
3939
enableLeaderElection: false
4040

41+
# Define additional container ports
42+
extraContainerPorts: []
43+
# Define additional service ports
44+
extraServicePorts: []
45+
4146
inferencePool:
4247
targetPorts:
4348
- number: 8000

0 commit comments

Comments
 (0)