Removed now-useless container

This commit is contained in:
斟酌 鵬兄 2022-08-13 17:16:53 +08:00
parent bc7b440924
commit 3db2ae75e1
1 changed files with 0 additions and 10 deletions

View File

@ -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