Skip to content

Commit

Permalink
Update data volume
Browse files Browse the repository at this point in the history
  • Loading branch information
isZumpo committed Aug 14, 2024
1 parent 25efaa1 commit 789bd57
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions charts/birdnet-go/templates/deployments/birdnet-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ spec:
name: config
subPath: config.yaml
- mountPath: /data
name: all
subPath: data
name: data
ports:
- name: http
containerPort: 8080
Expand All @@ -57,7 +56,7 @@ spec:
tcpSocket:
port: http
volumes:
- name: all
- name: data
{{- if .Values.birdnet.persistentVolumeClaim.enabled }}
persistentVolumeClaim:
claimName: {{ if .Values.birdnet.persistentVolumeClaim.existingClaim }}{{ .Values.birdnet.persistentVolumeClaim.existingClaim }}{{- else }}{{ template "birdnet-go.fullname" . }}{{- end }}
Expand Down

0 comments on commit 789bd57

Please sign in to comment.