More Gitea cleanups

This commit is contained in:
Lauri Võsandi 2023-07-29 10:51:18 +03:00
parent 6a9254da33
commit fe662dc408
1 changed files with 3 additions and 10 deletions

View File

@ -50,16 +50,11 @@ spec:
labels:
app.kubernetes.io/name: gitea
spec:
enableServiceLinks: false
containers:
- name: gitea
image: gitea/gitea:1.20.1
env:
- name: GITEA_____APP_NAME
value: Gitea
- name: GITEA_____RUN_USER
value: git
- name: GITEA_____RUN_MODE
value: prod
- name: GITEA__SERVER__SSH_SERVER_HOST_KEYS
value: ssh/gitea.rsa,ssh/gitea.ecdsa,ssh/gitea.ed25519
- name: GITEA__SERVER__START_SSH_SERVER
@ -70,13 +65,11 @@ spec:
value: "/cert/tls.key"
- name: GITEA__SERVER__SSH_LISTEN_PORT
value: "2222"
- name: GITEA__U2F__APP_ID
value: https://git.k-space.ee
- name: GITEA__SERVER__PROTOCOL
value: https
- name: REDIRECT_OTHER_PORT
- name: GITEA__REDIRECT_OTHER_PORT
value: "true"
- name: PORT_TO_REDIRECT
- name: GITEA__PORT_TO_REDIRECT
value: "8080"
- name: GITEA__SERVER__DOMAIN
value: git.k-space.ee