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