diff deploy.yaml @ 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 01128677024d
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