Skip to content

Commit

Permalink
adjust service names
Browse files Browse the repository at this point in the history
  • Loading branch information
LostVector committed Nov 6, 2024
1 parent 250e464 commit 30577f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.7
version: 0.2.8

# 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
4 changes: 2 additions & 2 deletions charts/vespa/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
{{- toYaml .Values.labels | nindent 4 }}
spec:
serviceName: {{ .Release.Name }}-vespa
serviceName: vespa
{{- if not .Values.autoscaling.enabled }}
replicas: {{ .Values.replicaCount }}
{{- end }}
Expand Down Expand Up @@ -53,7 +53,7 @@ spec:
{{- end }}
env:
- name: VESPA_CONFIGSERVERS
value: vespa-0.vespa.{{ .Release.Namespace }}.svc.cluster.local
value: {{ .Release.Name }}-vespa-0.vespa.{{ .Release.Namespace }}.svc.cluster.local

volumeClaimTemplates:
{{- range .Values.volumeClaimTemplates }}
Expand Down

0 comments on commit 30577f8

Please sign in to comment.