Skip to content

Commit

Permalink
fix statefulset
Browse files Browse the repository at this point in the history
  • Loading branch information
Piao committed Aug 1, 2024
1 parent b2fc57f commit ad4973e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server/charts/server/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ spec:
{{- toYaml .Values.readinessProbe | nindent 12 }}
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumeMounts:
- name: influxdb-volume
mountPath: /var/lib/influxdb
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
Expand All @@ -56,9 +59,6 @@ spec:
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
volumeMounts:
- name: influxdb-volume
mountPath: /var/lib/influxdb
volumeClaimTemplate:
- metadata:
name: influxdb-volume
Expand Down

0 comments on commit ad4973e

Please sign in to comment.