提交 8cd9b0f5 作者: 余乾开

feat(localtime):localtime

上级 276a45e1
...@@ -21,6 +21,9 @@ spec: ...@@ -21,6 +21,9 @@ spec:
volumeMounts: volumeMounts:
- name: log-of-nginx - name: log-of-nginx
mountPath: /var/log/nginx mountPath: /var/log/nginx
- name: localtime
mountPath: /etc/localtime
readOnly: true
resources: resources:
limits: limits:
memory: 512Mi memory: 512Mi
...@@ -31,3 +34,6 @@ spec: ...@@ -31,3 +34,6 @@ spec:
- name: log-of-nginx - name: log-of-nginx
hostPath: hostPath:
path: /var/log/nginx path: /var/log/nginx
- name: localtime
hostPath:
path: /etc/localtime
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论