Skip to content

Commit

Permalink
Merge pull request #62 from NIAEFEUP/fix/remove-clickhouse-from-backups
Browse files Browse the repository at this point in the history
Remove backups from clickhouse because they are not necessary
  • Loading branch information
LuisDuarte1 authored Jun 13, 2024
2 parents 7182754 + 826d6dd commit aa4a357
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions services/ni/plausible/01-volume-claims.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: plausible-events-db
name: plausible-events-db-no-backup
namespace: plausible-ni
spec:
resources:
requests:
storage: 10Gi
storageClassName: longhorn-locality-retain
storageClassName: longhorn-locality-no-backup-retain
accessModes:
- ReadWriteOnce
2 changes: 1 addition & 1 deletion services/ni/plausible/04-deployment-clickhouse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
volumes:
- name: clickhouse-db
persistentVolumeClaim:
claimName: plausible-events-db
claimName: plausible-events-db-no-backup
---
apiVersion: v1
kind: Service
Expand Down

0 comments on commit aa4a357

Please sign in to comment.