From 8b3bc5a611778dd0bcd5aee794f062f385774797 Mon Sep 17 00:00:00 2001 From: yuryn Date: Wed, 13 Sep 2017 19:21:03 +0300 Subject: Containers time zone sync Make sure time zones on the containers are in sync with the hosting machines Change-Id: Ie22608bda63cbcdf564f73adcdd3e829afad05ca Issue-ID: OOM-299 Signed-off-by: yuryn --- kubernetes/sdc/templates/sdc-cs.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'kubernetes/sdc/templates/sdc-cs.yaml') diff --git a/kubernetes/sdc/templates/sdc-cs.yaml b/kubernetes/sdc/templates/sdc-cs.yaml index 9021194968..844bd20d35 100644 --- a/kubernetes/sdc/templates/sdc-cs.yaml +++ b/kubernetes/sdc/templates/sdc-cs.yaml @@ -61,6 +61,7 @@ spec: name: sdc-environments - mountPath: /etc/localtime name: sdc-localtime + readOnly: true - mountPath: /var/lib/jetty/logs name: sdc-logs ports: -- cgit 1.2.3-korg