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
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
23
# It is recommended to use it with quotes.
24
- appVersion : " 02aeef3 "
24
+ appVersion : " fb1397e "
Original file line number Diff line number Diff line change 11
11
{{- range $model := .Values.models }}
12
12
- name: {{ . }}
13
13
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 14
14
metadata :
15
15
{{- with .Values.ui.podAnnotations }}
16
16
annotations :
17
+ # Recreate pods if settings config map changes
18
+ checksum/config : {{ include (print $.Template.BasePath "/ui/configmap.yaml") . | sha256sum }}
17
19
{{- toYaml . | nindent 8 }}
18
20
{{- end }}
19
21
labels :
Original file line number Diff line number Diff line change 35
35
{{- end }}
36
36
backend :
37
37
service :
38
- name : {{ include "flux-image-gen.fullname" $ }}
38
+ name : {{ include "flux-image-gen.fullname" $ }}-ui
39
39
port :
40
40
number : {{ $.Values.ui.service.port }}
41
41
{{- end }}
Original file line number Diff line number Diff line change 6
6
- flux-schnell
7
7
# - flux-dev
8
8
9
+ examplePrompt : |
10
+ Yoda riding a tiny unicorn through space.
11
+
9
12
# This sets the container image more information can be found here: https://kubernetes.io/docs/concepts/containers/images/
10
13
image :
11
14
repository : ghcr.io/stackhpc/flux-image-model-inference
You can’t perform that action at this time.
0 commit comments