Skip to content

Commit

Permalink
just hardcode instead of indexing the tenant port for now
Browse files Browse the repository at this point in the history
  • Loading branch information
rkuo-danswer committed Nov 7, 2024
1 parent 95a342b commit e6cd74a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/vespa/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.15
version: 0.2.16

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion charts/vespa/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ app.kubernetes.io/instance: {{ .Release.Name }}
{{- end }}

{{- define "vespa.healthEndpoint" -}}
da-vespa-0.{{ .Values.service.name }}:{{ .Values.vespa.service.ports[0].port }}/state/v1/health
da-vespa-0.{{ .Values.service.name }}:{{ .Values.service.tenantPort }}/state/v1/health
{{- end }}

{{/*
Expand Down
2 changes: 2 additions & 0 deletions charts/vespa/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ service:
port: 8081
targetPort: 8081

tenantPort: 19071

ingress:
enabled: false
className: ""
Expand Down

0 comments on commit e6cd74a

Please sign in to comment.