patch-paperless #40
@@ -1,6 +1,11 @@
|
|||||||
{{/* Append the hardcoded settings */}}
|
{{/* Append the hardcoded settings */}}
|
||||||
{{- define "healthchecks.harcodedValues" -}}
|
{{- define "healthchecks.harcodedValues" -}}
|
||||||
env:
|
controllers:
|
||||||
|
main:
|
||||||
|
type: deployment
|
||||||
|
containers:
|
||||||
|
main:
|
||||||
|
env:
|
||||||
PAPERLESS_TIME_ZONE: {{ .Values.env.TZ }}
|
PAPERLESS_TIME_ZONE: {{ .Values.env.TZ }}
|
||||||
PAPERLESS_PORT: {{ quote .Values.service.main.ports.http.port }}
|
PAPERLESS_PORT: {{ quote .Values.service.main.ports.http.port }}
|
||||||
|
|
||||||
|
|||||||
@@ -20,8 +20,7 @@ controllers:
|
|||||||
# @default -- See [values.yaml](./values.yaml)
|
# @default -- See [values.yaml](./values.yaml)
|
||||||
# -- Set the resource requests / limits for the container.
|
# -- Set the resource requests / limits for the container.
|
||||||
resources: {}
|
resources: {}
|
||||||
|
env:
|
||||||
env:
|
|
||||||
# -- Set the container timezone
|
# -- Set the container timezone
|
||||||
TZ: UTC
|
TZ: UTC
|
||||||
# PAPERLESS_SECRET_KEY: ""
|
# PAPERLESS_SECRET_KEY: ""
|
||||||
|
|||||||
Reference in New Issue
Block a user