You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/administration/codefresh-on-prem.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,6 +100,15 @@ metadata:
100
100
repoUrl:https://chartmuseum.codefresh.io/codefresh# install/upgrade helm chart from client
101
101
```
102
102
103
+
Specify`global.appUrl`. It will be used as Ingress hostname.
104
+
105
+
```yaml
106
+
107
+
global:
108
+
appUrl: onprem.codefresh.local
109
+
110
+
```
111
+
103
112
If you install Codefresh on the air-gapped environment (without access to public Docker Hub or codefresh-enterprise registry) you will have to copy the images to your organization container registry (Kubernetes will pull the images from it as part of the installation).
104
113
This can be done by uncommenting and setting the proper values in the `config.yaml` file: