Force RHEL6 to use UTC
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
f7d08cb5d3
commit
0a0e3662c9
3 changed files with 9 additions and 0 deletions
|
@ -31,6 +31,9 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- name: fas
|
- name: fas
|
||||||
image: fas:latest
|
image: fas:latest
|
||||||
|
env:
|
||||||
|
- name: TZ
|
||||||
|
value: UTC
|
||||||
command:
|
command:
|
||||||
- bash
|
- bash
|
||||||
- /etc/fas/app_start.sh
|
- /etc/fas/app_start.sh
|
||||||
|
|
|
@ -31,6 +31,9 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- name: totpcgi
|
- name: totpcgi
|
||||||
image: totpcgi:latest
|
image: totpcgi:latest
|
||||||
|
env:
|
||||||
|
- name: TZ
|
||||||
|
value: UTC
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
- containerPort: 8443
|
- containerPort: 8443
|
||||||
|
|
|
@ -31,6 +31,9 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- name: yubikey
|
- name: yubikey
|
||||||
image: yubikey:latest
|
image: yubikey:latest
|
||||||
|
env:
|
||||||
|
- name: TZ
|
||||||
|
value: UTC
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue