Skip to content

Commit

Permalink
try naming like our other charts
Browse files Browse the repository at this point in the history
  • Loading branch information
LostVector committed Nov 6, 2024
1 parent 94b6c5e commit 250e464
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 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.6
version: 0.2.7

# 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
@@ -1,11 +1,11 @@
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: {{ .Values.statefulSet.name }}
name: {{ .Release.Name }}-vespa
labels:
{{- toYaml .Values.labels | nindent 4 }}
spec:
serviceName: {{ .Values.statefulSet.name }}
serviceName: {{ .Release.Name }}-vespa
{{- if not .Values.autoscaling.enabled }}
replicas: {{ .Values.replicaCount }}
{{- end }}
Expand Down
1 change: 0 additions & 1 deletion charts/vespa/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ podLabels:
app: vespa

statefulSet:
name: vespa
ports:
- containerPort: 19071
- containerPort: 8081
Expand Down

0 comments on commit 250e464

Please sign in to comment.