We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deccda0 commit a8a66f2Copy full SHA for a8a66f2
config/charts/inferencepool/values.yaml
@@ -6,7 +6,14 @@ inferenceExtension:
6
tag: main
7
pullPolicy: Always
8
extProcPort: 9002
9
- env: []
+ # Environment variables for the EPP container.
10
+ # The NAMESPACE variable is used as a fallback for the pool namespace if the --pool-namespace flag is not set.
11
+ # By default, this is set from the pod's metadata.namespace.
12
+ env:
13
+ - name: NAMESPACE
14
+ valueFrom:
15
+ fieldRef:
16
+ fieldPath: metadata.namespace
17
pluginsConfigFile: "default-plugins.yaml"
18
# Define additional container ports
19
extraContainerPorts: []
0 commit comments