Skip to content

Commit

Permalink
Fixed TimeZone
Browse files Browse the repository at this point in the history
  • Loading branch information
lmammucari committed Jul 9, 2024
1 parent d9c232d commit 4b6942b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions workload-core/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ spec:
value: "/MEF/file/to-be-elaborated"
- name: FIXEDRATE_WATCHING_FOLDER_SECONDS
value: "1"
- name: TZ
value: "Europe/Rome"
volumeMounts:
- name: data-mef
mountPath: /MEF/
Expand Down Expand Up @@ -129,6 +131,8 @@ spec:
value: "12"
- name: SPRING_KAFKA_CONSUMER_MAX-POLL-RECORDS
value: "1"
- name: TZ
value: "Europe/Rome"
# - name: SPRING_KAFKA_CONSUMER_MAX-POLL-INTERVAL-MS
# value: "30000"
volumeMounts:
Expand Down

0 comments on commit 4b6942b

Please sign in to comment.