apparently it needs mounts now

This commit is contained in:
Joseph Hanson 2025-01-01 02:05:25 -06:00
parent d71e465cd2
commit d82e54ec8b
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
2 changed files with 10 additions and 0 deletions

View file

@ -86,3 +86,12 @@ spec:
service: service:
identifier: app identifier: app
port: http port: http
persistence:
config:
existingClaim: autobrr
log:
type: emptyDir
globalMounts:
- path: /config/log
tmp:
type: emptyDir

View file

@ -5,5 +5,6 @@ kind: Kustomization
resources: resources:
- ./externalsecret.yaml - ./externalsecret.yaml
- ./helmrelease.yaml - ./helmrelease.yaml
- ../../../../../shared/templates/volsync
generatorOptions: generatorOptions:
disableNameSuffixHash: true disableNameSuffixHash: true