Skip to content

Commit

Permalink
adding chart its-search-image-by-image-0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
softwarerecipes committed Mar 1, 2024
1 parent 82832a8 commit d662383
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ spec:
args: ["--aiInference.addr=http://{{ .Values.aiInference.addr }}:{{ .Values.aiInference.port }}",
"--fmMasterArchived.addr=http://{{ .Values.fmMasterArchived.addr }}:{{ .Values.fmMasterArchived.port }}/match",
"--fmMasterOccurence.addr=http://{{ .Values.fmMasterOccurence.addr }}:{{ .Values.fmMasterOccurence.port }}/match",
"--fmMasterApproximate.addr=http://{{ .Values.fmMasterApproximate.addr }}:{{ .Values.fmMasterApproximate.port }}/match"
]
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
Expand Down
3 changes: 3 additions & 0 deletions charts/its-search-image-by-image-0.8.4/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ fmMasterArchived:
fmMasterOccurence:
addr: fm-master-fs.fm
port: 8080
fmMasterApproximate:
addr: fm-master-as.fm
port: 8080

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit d662383

Please sign in to comment.