change deployment template

This commit is contained in:
Marko Oldenburg 2024-09-18 17:31:02 +02:00
parent 68a475cff5
commit 9cd5673b78
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ spec:
- name: TIMEOUT - name: TIMEOUT
value: {{ default "10" .Values.timeout | quote }} value: {{ default "10" .Values.timeout | quote }}
- name: TIMEOUT_STARTING - name: TIMEOUT_STARTING
value: {{ default "60" .Values.timeout | quote }} value: {{ default "60" .Values.timeoutstarting | quote }}
- name: LANG - name: LANG
value: {{ default "en_US.UTF-8" .Values.lang | quote }} value: {{ default "en_US.UTF-8" .Values.lang | quote }}
- name: LANGUAGE - name: LANGUAGE

View File

@ -44,7 +44,7 @@ i2cGID: ""
timeout: "" timeout: ""
## Set FHEM startup timeout: Set a Timeout, how long the docker container waits until the FHEM process will finished starting. If the timeout is over, and FHEM is not started, the container is stopped. You will see an error like this in the container log, if starting wasn't finished early enough: ERROR: Fatal: No message from FHEM since 60 seconds that server has started. ## Set FHEM startup timeout: Set a Timeout, how long the docker container waits until the FHEM process will finished starting. If the timeout is over, and FHEM is not started, the container is stopped. You will see an error like this in the container log, if starting wasn't finished early enough: ERROR: Fatal: No message from FHEM since 60 seconds that server has started.
## If you have a slow system and a module which blocks FHEM to be ready adjust this to a higher value. ## If you have a slow system and a module which blocks FHEM to be ready adjust this to a higher value.
timeout_starting: "" timeoutstarting: ""
## Set locale: For maximum compatibility, standard locale is set to US english with some refinements towards the European standards and German defaults. This may be changed according to your needs (also see Debian Wiki for more information): ## Set locale: For maximum compatibility, standard locale is set to US english with some refinements towards the European standards and German defaults. This may be changed according to your needs (also see Debian Wiki for more information):
lang: "" lang: ""
language: "" language: ""