gitea: Restore s6 init because of git zombie processes
This commit is contained in:
parent
8712786cfe
commit
5259a7df04
@ -53,10 +53,6 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: gitea
|
- name: gitea
|
||||||
image: gitea/gitea:1.20.1
|
image: gitea/gitea:1.20.1
|
||||||
command:
|
|
||||||
- /bin/bash
|
|
||||||
- -c
|
|
||||||
- '/etc/s6/gitea/setup && /etc/s6/gitea/run'
|
|
||||||
env:
|
env:
|
||||||
- name: GITEA_____APP_NAME
|
- name: GITEA_____APP_NAME
|
||||||
value: Gitea
|
value: Gitea
|
||||||
@ -205,3 +201,5 @@ spec:
|
|||||||
- port: 443
|
- port: 443
|
||||||
name: https
|
name: https
|
||||||
targetPort: 3000
|
targetPort: 3000
|
||||||
|
sessionAffinity: ClientIP
|
||||||
|
publishNotReadyAddresses: true
|
||||||
|
Loading…
Reference in New Issue
Block a user