mirror of
https://github.com/nold360/hive-apps
synced 2024-11-19 12:09:29 +00:00
Add(gitea): NO_PROXY for argocd
This commit is contained in:
parent
087ab8dc33
commit
0cb24fcd31
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@ statefulset:
|
|||
value: http://proxy-squid.proxy.svc.cluster.local:80
|
||||
- name: https_proxy
|
||||
value: http://proxy-squid.proxy.svc.cluster.local:80
|
||||
- name: NO_PROXY
|
||||
value: argocd-server.argocd.svc.cluster.local, 10.43.0.0/16
|
||||
- name: no_proxy
|
||||
value: argocd-server.argocd.svc.cluster.local, 10.43.0.0/16
|
||||
# - name: GITEA_APP_INI
|
||||
# value: conf/app.ini
|
||||
|
||||
|
|
Loading…
Reference in a new issue