Skip to content

Commit

Permalink
breaking, longhorn
Browse files Browse the repository at this point in the history
  • Loading branch information
bornav committed Apr 23, 2024
1 parent a04fefd commit ddee6d1
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions kubernetes/apps/apps/matrix/synapse/apps/synapse/pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
spec:
accessModes:
- ReadWriteOnce
storageClassName: longhorn
storageClassName: longhorn-storage
dataSourceRef:
kind: ReplicationDestination
apiGroup: volsync.backube
Expand All @@ -29,7 +29,7 @@ metadata:
spec:
accessModes:
- ReadWriteMany
storageClassName: longhorn
storageClassName: longhorn-storage
resources:
requests:
storage: 100Mi
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/apps/matrix/synapse/database/pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
spec:
accessModes:
- ReadWriteOnce
storageClassName: longhorn
storageClassName: longhorn-storage
dataSourceRef:
kind: ReplicationDestination
apiGroup: volsync.backube
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/apps/apps/navidrome/navidrome/app/pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
spec:
accessModes:
- ReadWriteOnce
storageClassName: longhorn
storageClassName: longhorn-storage
dataSourceRef:
kind: ReplicationDestination
apiGroup: volsync.backube
Expand All @@ -35,7 +35,7 @@ spec:
kind: ReplicationDestination
apiGroup: volsync.backube
name: pv-navidrome-music-restore # Name of the ReplicationDestination
storageClassName: longhorn
storageClassName: longhorn-storage
resources:
requests:
storage: 8Gi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ spec:
# spec:
# accessModes:
# - ReadWriteOnce
# storageClassName: longhorn
# storageClassName: longhorn-storage
# resources:
# requests:
# storage: 8Gi
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/apps/apps/nextcloud/nextcloud/storage/pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
spec:
accessModes:
- ReadWriteOnce
storageClassName: longhorn
storageClassName: longhorn-storage
dataSourceRef:
kind: ReplicationDestination
apiGroup: volsync.backube
Expand All @@ -35,7 +35,7 @@ spec:
kind: ReplicationDestination
apiGroup: volsync.backube
name: nextcloud-database-restore # Name of the ReplicationDestination
storageClassName: longhorn
storageClassName: longhorn-storage
resources:
requests:
storage: 1Gi
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/apps/teamspeak/teamspeak/storage/pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
spec:
accessModes:
- ReadWriteOnce
storageClassName: longhorn
storageClassName: longhorn-storage
dataSourceRef:
kind: ReplicationDestination
apiGroup: volsync.backube
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/default/sample-dokuwiki/pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
spec:
accessModes:
- ReadWriteOnce
storageClassName: longhorn
storageClassName: longhorn-storage
dataSourceRef:
kind: ReplicationDestination
apiGroup: volsync.backube
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/network/auth/keycloak/base/pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ metadata:
spec:
accessModes:
- ReadWriteOnce
storageClassName: longhorn
storageClassName: longhorn-storage
dataSourceRef:
kind: ReplicationDestination
apiGroup: volsync.backube
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/network/auth/keycloak/base/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
replicaCount: 2
proxy: edge
global:
storageClass: "longhorn"
storageClass: longhorn-storage
auth:
createAdminUser: true
adminUser: bornav
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/network/auth/keycloak/base/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# namespaceOverride: default
production: true
global:
storageClass: "longhorn"
storageClass: longhorn-storage
auth:
createAdminUser: true
adminUser: bornav
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/apps/network/auth/keycloak/storage/pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# spec:
# accessModes:
# - ReadWriteOnce
# storageClassName: longhorn
# storageClassName: longhorn-storage
# dataSourceRef:
# kind: ReplicationDestination
# apiGroup: volsync.backube
Expand All @@ -31,7 +31,7 @@ metadata:
spec:
accessModes:
- ReadWriteOnce
storageClassName: longhorn
storageClassName: longhorn-storage
dataSourceRef:
kind: ReplicationDestination
apiGroup: volsync.backube
Expand Down

0 comments on commit ddee6d1

Please sign in to comment.