mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 21:51:20 +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
|
# Gitea
|
||||||
image:
|
image:
|
||||||
repository: gitea/gitea
|
repository: gitea/gitea
|
||||||
tag: 1.16.1
|
tag: 1.16-dev
|
||||||
rootless: true
|
rootless: true
|
||||||
|
|
||||||
statefulset:
|
statefulset:
|
||||||
|
@ -14,8 +14,8 @@ statefulset:
|
||||||
value: http://proxy-squid.proxy.svc.cluster.local:80
|
value: http://proxy-squid.proxy.svc.cluster.local:80
|
||||||
- name: https_proxy
|
- name: https_proxy
|
||||||
value: http://proxy-squid.proxy.svc.cluster.local:80
|
value: http://proxy-squid.proxy.svc.cluster.local:80
|
||||||
- name: GITEA_APP_INI
|
# - name: GITEA_APP_INI
|
||||||
value: conf/app.ini
|
# value: conf/app.ini
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
|
|
Loading…
Reference in a new issue