We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c0dcee commit 2f4cffeCopy full SHA for 2f4cffe
charts/flux-image-gen/ci/test-values.yaml
@@ -8,6 +8,6 @@ api:
8
commandOverride:
9
- fastapi
10
- dev
11
- - stackhpc-app/api_server.py
+ - api_server.py
12
- --host
13
- "0.0.0.0"
charts/flux-image-gen/values.yaml
@@ -11,7 +11,7 @@ examplePrompt: |
# This sets the container image more information can be found here: https://kubernetes.io/docs/concepts/containers/images/
image:
14
- repository: ghcr.io/stackhpc/flux-image-model-inference
+ repository: ghcr.io/stackhpc/azimuth-llm-flux-image-gen-ui
15
# This sets the pull policy for images.
16
pullPolicy: IfNotPresent
17
# Overrides the image tag whose default is the chart appVersion.
0 commit comments