patch-new-paperless #36
@@ -7,18 +7,20 @@
|
||||
controllers:
|
||||
main:
|
||||
type: deployment
|
||||
defaultContainerOptions:
|
||||
image:
|
||||
# -- Image repository
|
||||
repository: ghcr.io/paperless-ngx/paperless-ngx
|
||||
# -- Image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
# -- Image tag
|
||||
tag: 2.20.0
|
||||
# -- Environment variables [[ref]](https://docs.paperless-ngx.com/configuration/)
|
||||
# @default -- See [values.yaml](./values.yaml)
|
||||
# -- Set the resource requests / limits for the container.
|
||||
resources: {}
|
||||
containers:
|
||||
main:
|
||||
image:
|
||||
# -- Image repository
|
||||
repository: ghcr.io/paperless-ngx/paperless-ngx
|
||||
# -- Image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
# -- Image tag
|
||||
tag: 2.20.0
|
||||
# -- Environment variables [[ref]](https://docs.paperless-ngx.com/configuration/)
|
||||
# @default -- See [values.yaml](./values.yaml)
|
||||
# -- Set the resource requests / limits for the container.
|
||||
resources: {}
|
||||
|
||||
env:
|
||||
# -- Set the container timezone
|
||||
TZ: UTC
|
||||
|
||||
Reference in New Issue
Block a user