Containers time zone sync
[oom.git] / kubernetes / aai / templates / hbase-deployment.yaml
index 98c3882..c261504 100644 (file)
@@ -31,5 +31,13 @@ spec:
             port: 2181
           initialDelaySeconds: 5
           periodSeconds: 10
+        volumeMounts:
+        - name: localtime
+          mountPath: /etc/localtime
+          readOnly: true
+      volumes:
+      - name: localtime
+        hostPath:
+          path: /etc/localtime
       imagePullSecrets:
       - name: "{{ .Values.nsPrefix }}-docker-registry-key"