patch-new-paperless #36
@@ -24,6 +24,7 @@ service:
|
|||||||
# -- Configures service settings for the chart.
|
# -- Configures service settings for the chart.
|
||||||
# @default -- See [values.yaml](./values.yaml)
|
# @default -- See [values.yaml](./values.yaml)
|
||||||
main:
|
main:
|
||||||
|
controller: main
|
||||||
ports:
|
ports:
|
||||||
http:
|
http:
|
||||||
port: 8000
|
port: 8000
|
||||||
@@ -33,8 +34,6 @@ ingress:
|
|||||||
# @default -- See [values.yaml](./values.yaml)
|
# @default -- See [values.yaml](./values.yaml)
|
||||||
main:
|
main:
|
||||||
enabled: false
|
enabled: false
|
||||||
annotations:
|
|
||||||
nginx.ingress.kubernetes.io/proxy-body-size: 64m
|
|
||||||
# hosts:
|
# hosts:
|
||||||
# - host: chart-example.local
|
# - host: chart-example.local
|
||||||
# paths:
|
# paths:
|
||||||
@@ -70,8 +69,8 @@ persistence:
|
|||||||
retain: true
|
retain: true
|
||||||
mountPath: /usr/src/paperless/export
|
mountPath: /usr/src/paperless/export
|
||||||
# storageClass: ""
|
# storageClass: ""
|
||||||
# accessMode: ReadWriteOnce
|
accessMode: ReadWriteOnce
|
||||||
# size: 1Gi
|
size: 1Gi
|
||||||
# -- Configure consume volume settings for the chart under this key.
|
# -- Configure consume volume settings for the chart under this key.
|
||||||
# @default -- See [values.yaml](./values.yaml)
|
# @default -- See [values.yaml](./values.yaml)
|
||||||
consume:
|
consume:
|
||||||
@@ -79,8 +78,8 @@ persistence:
|
|||||||
retain: true
|
retain: true
|
||||||
mountPath: /usr/src/paperless/consume
|
mountPath: /usr/src/paperless/consume
|
||||||
# storageClass: ""
|
# storageClass: ""
|
||||||
# accessMode: ReadWriteOnce
|
accessMode: ReadWriteOnce
|
||||||
# size: 4Gi
|
size: 4Gi
|
||||||
|
|
||||||
# -- Enable and configure postgresql database subchart under this key.
|
# -- Enable and configure postgresql database subchart under this key.
|
||||||
# If enabled, the app's db envs will be set for you.
|
# If enabled, the app's db envs will be set for you.
|
||||||
|
|||||||
Reference in New Issue
Block a user