提交 8cd9b0f5 作者: 余乾开

feat(localtime):localtime

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