mirror of
https://github.com/thejimnicholson/jenkins.git
synced 2025-12-06 03:30:43 +00:00
Set timezone correctly.
This commit is contained in:
parent
47cfc8ebb5
commit
524b9bcdd0
@ -19,6 +19,9 @@ spec:
|
||||
containers:
|
||||
- name: jenkins
|
||||
image: jenkins/jenkins:2.326-jdk11
|
||||
env:
|
||||
- name: TZ
|
||||
value: "America/Los_Angeles"
|
||||
ports:
|
||||
- name: http-port
|
||||
containerPort: 8080
|
||||
|
||||
Loading…
Reference in New Issue
Block a user