Mercurial > code > home > repos > photoprism
changeset 3:d393292f378c
move to ditto (disk still on bang)
author | drewp@bigasterisk.com |
---|---|
date | Thu, 16 Mar 2023 18:09:55 -0700 |
parents | 781290b4a683 |
children | a248c94091e7 |
files | deploy.yaml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/deploy.yaml Fri Feb 24 18:31:20 2023 -0800 +++ b/deploy.yaml Thu Mar 16 18:09:55 2023 -0700 @@ -5,7 +5,7 @@ labels: { type: local } spec: storageClassName: manual - hostPath: { path: "/d4/photoprism" } + hostPath: { path: "/photoprism" } capacity: { storage: 5Gi } accessModes: ["ReadWriteOnce"] persistentVolumeReclaimPolicy: Retain @@ -178,7 +178,7 @@ - matchExpressions: - key: "kubernetes.io/hostname" operator: In - values: ["bang"] + values: ["ditto"] --- apiVersion: v1