Skip to content

Commit

Permalink
fix: add shlink tmp data vol
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Dec 31, 2023
1 parent 4bfe47d commit 8ebe69a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions kubernetes/main/apps/default/shlink/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@ spec:
tls:
- hosts:
- *host
persistence:
tmp:
type: emptyDir
tmp-data:
type: emptyDir
globalMounts:
- path: /etc/shlink/data
# persistence:
# tmp:
# type: emptyDir
# tmp-data:
# type: emptyDir
# globalMounts:
# - path: /etc/shlink/data

0 comments on commit 8ebe69a

Please sign in to comment.