apparently it needs mounts now
This commit is contained in:
parent
d71e465cd2
commit
d82e54ec8b
2 changed files with 10 additions and 0 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Reference in a new issue