mirror of
https://github.com/nold360/hive-apps
synced 2024-11-16 02:29:34 +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
|
||||
|
||||
# -- node-red env, see more environment variables in the [node-red documentation](https://nodered.org/docs/getting-started/docker)
|
||||
env: []
|
||||
env:
|
||||
# Possible Values:
|
||||
# TZ:
|
||||
- name: TZ
|
||||
value: "Europe/Berlin"
|
||||
# NODE_OPTIONS:
|
||||
# NODE_RED_ENABLE_PROJECTS:
|
||||
# NODE_RED_ENABLE_SAFE_MODE:
|
||||
|
@ -119,7 +120,7 @@ ingress:
|
|||
# -- CPU/Memory resource requests/limits
|
||||
resources:
|
||||
limits:
|
||||
cpu: 500m
|
||||
cpu: 1000m
|
||||
memory: 1024Mi
|
||||
requests:
|
||||
cpu: 50m
|
||||
|
|
Loading…
Reference in a new issue