Skip to content

Commit

Permalink
changing mount path
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpbennett committed Jun 10, 2024
1 parent 53050f5 commit 0644708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/apps/monitoring/grafana/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
- containerPort: 3000
volumeMounts:
- name: grafana-storage
mountPath: /var/lib/grafana
mountPath: /var/mnt/storage/grafana
volumes:
- name: grafana-storage
persistentVolumeClaim:
Expand Down

0 comments on commit 0644708

Please sign in to comment.