mirror of
https://github.com/nold360/hive-apps
synced 2024-11-16 02:29:34 +00:00
update(scanservjs): values
This commit is contained in:
parent
ddef809255
commit
adc7b05db5
2 changed files with 29 additions and 22 deletions
|
@ -18,7 +18,6 @@ image:
|
|||
env:
|
||||
# -- Set the container timezone
|
||||
TZ: UTC
|
||||
SANED_NET_HOSTS: 192.168.1.111
|
||||
OCR_LANG: "deu+eng"
|
||||
|
||||
# -- Configures service settings for the chart.
|
||||
|
@ -66,4 +65,3 @@ persistence:
|
|||
enabled: true
|
||||
mountPath: /app/config
|
||||
size: 1G
|
||||
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
#
|
||||
# IMPORTANT NOTE
|
||||
#
|
||||
# This chart inherits from our common library chart. You can check the default values/options here:
|
||||
# https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml
|
||||
#
|
||||
|
||||
image:
|
||||
# -- image repository
|
||||
repository: sbs20/scanservjs
|
||||
|
@ -13,25 +6,27 @@ image:
|
|||
# -- image pull policy
|
||||
pullPolicy: Always
|
||||
|
||||
# -- environment variables. See more environment variables in the [scanservjs documentation](https://scanservjs.org/docs).
|
||||
# @default -- See below
|
||||
# -- environment variables.
|
||||
# See more environment variables in the [scanservjs documentation](https://scanservjs.org/docs).
|
||||
env:
|
||||
# -- Set the container timezone
|
||||
TZ: UTC
|
||||
#SANED_NET_HOSTS: 192.168.1.111
|
||||
OCR_LANG: "deu+eng"
|
||||
# SANED_NET_HOSTS: 127.0.0.1
|
||||
# OCR_LANG: "eng"
|
||||
# AIRSCAN_DEVICES:
|
||||
# DELIMITER:
|
||||
# DEVICES:
|
||||
# SCANIMAGE_LIST_IGNORE:
|
||||
|
||||
# -- Configures service settings for the chart.
|
||||
# @default -- See values.yaml
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
http:
|
||||
port: 8080
|
||||
|
||||
# -- Enable and configure ingress settings for the chart under this key.
|
||||
ingress:
|
||||
# -- Enable and configure ingress settings for the chart under this key.
|
||||
# @default -- See values.yaml
|
||||
main:
|
||||
enabled: true
|
||||
annotations:
|
||||
|
@ -48,13 +43,13 @@ ingress:
|
|||
- scan.dc
|
||||
|
||||
# -- Configure persistence settings for the chart under this key.
|
||||
# @default -- See values.yaml
|
||||
persistence:
|
||||
dbus:
|
||||
enabled: true
|
||||
mountPath: /var/run/dbus
|
||||
hostPath: /var/run/dbus
|
||||
type: hostPath
|
||||
## This might be needed for local scanners:
|
||||
#dbus:
|
||||
# enabled: true
|
||||
# mountPath: /var/run/dbus
|
||||
# hostPath: /var/run/dbus
|
||||
# type: hostPath
|
||||
|
||||
output:
|
||||
enabled: true
|
||||
|
@ -66,3 +61,17 @@ persistence:
|
|||
enabled: true
|
||||
mountPath: /app/config
|
||||
size: 1G
|
||||
|
||||
podSecurityContext:
|
||||
#runAsUser: 1000
|
||||
#runAsGroup: 1000
|
||||
fsGroup: 1000
|
||||
|
||||
#securityContext:
|
||||
#runAsNonRoot: true
|
||||
#privileged: false
|
||||
#readOnlyRootFilesystem: true
|
||||
#allowPrivilegeEscalation: false
|
||||
#capabilities:
|
||||
#drop:
|
||||
#- ALL
|
||||
|
|
Loading…
Reference in a new issue