gitea: Restore s6 init because of git zombie processes

This commit is contained in:
Lauri Võsandi 2023-07-29 09:05:05 +03:00
parent 8712786cfe
commit 5259a7df04
1 changed files with 2 additions and 4 deletions

View File

@ -53,10 +53,6 @@ spec:
containers:
- name: gitea
image: gitea/gitea:1.20.1
command:
- /bin/bash
- -c
- '/etc/s6/gitea/setup && /etc/s6/gitea/run'
env:
- name: GITEA_____APP_NAME
value: Gitea
@ -205,3 +201,5 @@ spec:
- port: 443
name: https
targetPort: 3000
sessionAffinity: ClientIP
publishNotReadyAddresses: true