mirror of
https://github.com/nold360/hive-apps
synced 2025-01-05 13:07:56 +00:00
fix(nodered): timezone
This commit is contained in:
parent
02bdcb23db
commit
2cd58ffc3f
1 changed files with 4 additions and 3 deletions
|
@ -18,9 +18,10 @@ npmrc:
|
||||||
# Custom npmrc config
|
# Custom npmrc config
|
||||||
|
|
||||||
# -- node-red env, see more environment variables in the [node-red documentation](https://nodered.org/docs/getting-started/docker)
|
# -- node-red env, see more environment variables in the [node-red documentation](https://nodered.org/docs/getting-started/docker)
|
||||||
env: []
|
env:
|
||||||
# Possible Values:
|
# Possible Values:
|
||||||
# TZ:
|
- name: TZ
|
||||||
|
value: "Europe/Berlin"
|
||||||
# NODE_OPTIONS:
|
# NODE_OPTIONS:
|
||||||
# NODE_RED_ENABLE_PROJECTS:
|
# NODE_RED_ENABLE_PROJECTS:
|
||||||
# NODE_RED_ENABLE_SAFE_MODE:
|
# NODE_RED_ENABLE_SAFE_MODE:
|
||||||
|
@ -119,7 +120,7 @@ ingress:
|
||||||
# -- CPU/Memory resource requests/limits
|
# -- CPU/Memory resource requests/limits
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
cpu: 1000m
|
||||||
memory: 1024Mi
|
memory: 1024Mi
|
||||||
requests:
|
requests:
|
||||||
cpu: 50m
|
cpu: 50m
|
||||||
|
|
Loading…
Reference in a new issue