Removed now-useless container

This commit is contained in:
斟酌 鵬兄 2022-08-13 17:16:53 +08:00
parent bc7b440924
commit 3db2ae75e1

View File

@ -14,16 +14,6 @@ spec:
spec: spec:
imagePullSecrets: imagePullSecrets:
- name: registry-auth - name: registry-auth
initContainers:
- name: init-dir
image: alpine:latest
command:
- chown
- 1001:1001
- /app/cache
volumeMounts:
- name: cache
mountPath: "/app/cache"
containers: containers:
- name: web - name: web
image: registry.k8s.astropenguin.net/astrojs:IMAGE_TAG image: registry.k8s.astropenguin.net/astrojs:IMAGE_TAG