mirror of
https://github.com/nold360/hive-apps
synced 2025-02-08 08:22:56 +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
|
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: 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
|
# - name: GITEA_APP_INI
|
||||||
# value: conf/app.ini
|
# value: conf/app.ini
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue