Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
JJGadgets committed Jul 8, 2024
1 parent 8fbf6e9 commit 72ed3a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion kube/deploy/apps/code-server/ks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
substitute:
PVC: "code-server-data"
SIZE: "50Gi"
CACHESIZE: "6Gi"
CACHESIZE: "10Gi"
SC: &sc "block"
SNAP: *sc
ACCESSMODE: &am "ReadWriteOnce"
Expand Down
1 change: 1 addition & 0 deletions kube/deploy/apps/immich/ks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ spec:
substitute:
PVC: "immich-data"
SIZE: "200Gi"
CACHESIZE: "10Gi"
SC: &sc "file"
SNAP: *sc
ACCESSMODE: "ReadWriteMany"
Expand Down

0 comments on commit 72ed3a3

Please sign in to comment.