Upgraded windows images to 20h2

This commit is contained in:
2022-04-05 02:42:09 +09:00
parent 2ede966b71
commit ec55e174db
9 changed files with 32 additions and 25 deletions

View File

@@ -26,7 +26,7 @@ spec:
mountPath: "/app/cache"
containers:
- name: web
image: registry.k8s.astropenguin.net/astrojs:2022.03.15.04
image: registry.k8s.astropenguin.net/astrojs:2022.04.05
securityContext:
runAsGroup: 1001
runAsNonRoot: true
@@ -41,10 +41,16 @@ spec:
volumeMounts:
- name: cache
mountPath: "/app/cache"
livenessProbe:
exec:
command:
- sh
- -c
- wget -qO - http://127.0.0.1:5000/rjs/System | grep -q function
- name: redis
image: redis:6.0.8-alpine
- name: compiler
image: registry.k8s.astropenguin.net/astrojs:2022.03.15.04
image: registry.k8s.astropenguin.net/astrojs:2022.04.05
securityContext:
runAsGroup: 1001
runAsNonRoot: true