mirror of
https://github.com/nold360/hive-apps
synced 2024-11-20 04:29:26 +00:00
Fix(gitea): App ini
This commit is contained in:
parent
cd2e7cfdc7
commit
363daa64ab
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Gitea
|
||||
image:
|
||||
repository: gitea/gitea
|
||||
tag: 1.16.1
|
||||
tag: 1.16-dev
|
||||
rootless: true
|
||||
|
||||
statefulset:
|
||||
|
@ -14,8 +14,8 @@ statefulset:
|
|||
value: http://proxy-squid.proxy.svc.cluster.local:80
|
||||
- name: https_proxy
|
||||
value: http://proxy-squid.proxy.svc.cluster.local:80
|
||||
- name: GITEA_APP_INI
|
||||
value: conf/app.ini
|
||||
# - name: GITEA_APP_INI
|
||||
# value: conf/app.ini
|
||||
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
|
|
Loading…
Reference in a new issue