Fixed compressed SyntaxHighlighter issue

This commit is contained in:
2022-04-05 23:16:58 +09:00
parent 5acc48289c
commit 3b4ba29b6e
5 changed files with 942 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ spec:
mountPath: "/app/cache"
containers:
- name: web
image: registry.k8s.astropenguin.net/astrojs:2022.04.05.05
image: registry.k8s.astropenguin.net/astrojs:2022.04.05.06
securityContext:
runAsGroup: 1001
runAsNonRoot: true
@@ -50,7 +50,7 @@ spec:
- name: redis
image: redis:6.0.8-alpine
- name: compiler
image: registry.k8s.astropenguin.net/astrojs:2022.04.05.05
image: registry.k8s.astropenguin.net/astrojs:2022.04.05.06
securityContext:
runAsGroup: 1001
runAsNonRoot: true