Issue with dotnext PVC preventing normal deployments

* fixed k3d-deploy.sh directory reference
This commit is contained in:
James Wynn
2023-01-18 10:05:12 -06:00
parent b724f520cd
commit 725189a7b0
4 changed files with 8 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
image:
repository: k3d-registry.localhost:55000/homepage
tag: local
pullPolicy: IfNotPresent
pullPolicy: Always
config:
bookmarks:
@@ -68,9 +68,10 @@ ingress:
pathType: Prefix
persistence:
# this persists the .next directory which greatly improves successive pod startup times
# this persists the .next directory which greatly improves successive pod startup times in Tilt,
# but it breaks normal deployments, so it is disabled by default
dotnext:
enabled: true
enabled: false
type: pvc
accessMode: ReadWriteOnce
size: 1Gi