X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fportal%2Ftemplates%2Fportal-mariadb-deployment.yaml;h=f4e46ab06258102dd0a4f5fbd12fc86cc07502f2;hb=8b3bc5a611778dd0bcd5aee794f062f385774797;hp=16c0d7e6d29d7518023c105cbd2448197de4ac99;hpb=b2243d375665d38db86fd2888ce64acb01b73567;p=oom.git diff --git a/kubernetes/portal/templates/portal-mariadb-deployment.yaml b/kubernetes/portal/templates/portal-mariadb-deployment.yaml index 16c0d7e6d2..f4e46ab062 100755 --- a/kubernetes/portal/templates/portal-mariadb-deployment.yaml +++ b/kubernetes/portal/templates/portal-mariadb-deployment.yaml @@ -23,6 +23,9 @@ spec: - name: MYSQL_ROOT_PASSWORD value: password volumeMounts: + - mountPath: /etc/localtime + name: localtime + readOnly: true - mountPath: /var/lib/mysql name: portal-mariadb-data ports: @@ -34,6 +37,9 @@ spec: initialDelaySeconds: 5 periodSeconds: 10 volumes: + - name: localtime + hostPath: + path: /etc/localtime - name: portal-mariadb-data persistentVolumeClaim: claimName: portal-db