commit 3db2ae75e1c1828dd6a15c8209f8ab0b03366467
| author | 斟酌 鵬兄 <tgckpg@gmail.com> |
| date | 2022-08-13T09:16:53Z |
| subject | Removed now-useless container |
commit 3db2ae75e1c1828dd6a15c8209f8ab0b03366467
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date: 2022-08-13T09:16:53Z
Removed now-useless container
---
k8s/deployments.yaml | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/k8s/deployments.yaml b/k8s/deployments.yaml
index 83d9f9a..fbdaf1d 100644
--- a/k8s/deployments.yaml
+++ b/k8s/deployments.yaml
@@ -14,16 +14,6 @@ spec:
spec:
imagePullSecrets:
- name: registry-auth
- initContainers:
- - name: init-dir
- image: alpine:latest
- command:
- - chown
- - 1001:1001
- - /app/cache
- volumeMounts:
- - name: cache
- mountPath: "/app/cache"
containers:
- name: web
image: registry.k8s.astropenguin.net/astrojs:IMAGE_TAG