File tree Expand file tree Collapse file tree 5 files changed +10
-3
lines changed
Expand file tree Collapse file tree 5 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -21,4 +21,4 @@ version: 0.1.0
2121# incremented each time you make changes to the application. Versions are not expected to
2222# follow Semantic Versioning. They should reflect the version the application is using.
2323# It is recommended to use it with quotes.
24- appVersion : " 02aeef3 "
24+ appVersion : " fb1397e "
Original file line number Diff line number Diff line change 1111 {{- range $model := .Values.models }}
1212 - name: {{ . }}
1313 address: {{ printf "http://%s.%s.svc:%v" ( printf "%s-%s-api" (include "flux-image-gen.fullname" $) . ) $.Release.Namespace $.Values.api.service.port }}
14- {{- end -}}
14+ {{- end }}
15+ example_prompt: |
16+ {{- .Values.examplePrompt | nindent 6 -}}
Original file line number Diff line number Diff line change 1414 metadata :
1515 {{- with .Values.ui.podAnnotations }}
1616 annotations :
17+ # Recreate pods if settings config map changes
18+ checksum/config : {{ include (print $.Template.BasePath "/ui/configmap.yaml") . | sha256sum }}
1719 {{- toYaml . | nindent 8 }}
1820 {{- end }}
1921 labels :
Original file line number Diff line number Diff line change 3535 {{- end }}
3636 backend :
3737 service :
38- name : {{ include "flux-image-gen.fullname" $ }}
38+ name : {{ include "flux-image-gen.fullname" $ }}-ui
3939 port :
4040 number : {{ $.Values.ui.service.port }}
4141 {{- end }}
Original file line number Diff line number Diff line change 66 - flux-schnell
77 # - flux-dev
88
9+ examplePrompt : |
10+ Yoda riding a tiny unicorn through space.
11+
912# This sets the container image more information can be found here: https://kubernetes.io/docs/concepts/containers/images/
1013image :
1114 repository : ghcr.io/stackhpc/flux-image-model-inference
You can’t perform that action at this time.
0 commit comments