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: src/quickstart/install-workflow.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -210,8 +210,11 @@ RABBITMQ_PERSISTENCE_SIZE | The size of the persistence space a
210
210
RABBITMQ_PERSISTENCE_STORAGE_CLASS | StorangeClass of `rabbitmq`; default storangeclass is used by default
211
211
HELMBROKER_PERSISTENCE_SIZE | The size of the persistence space allocated to `helmbroker`, which is `5Gi` by default
212
212
HELMBROKER_PERSISTENCE_STORAGE_CLASS | StorangeClass of `helmbroker`; default storangeclass is used by default
213
-
K3S_DATA_DIR | The config of k3s data dir; If not set, the default path is used
214
-
LONGHORN_DATA_PATH | The defaultDataPath of longhorn; If not set, the default path is used
213
+
K3S_DATA_DIR | The config of k3s data dir; If not set, the default path is used
214
+
LONGHORN_DATA_PATH | The defaultDataPath of longhorn; If not set, the default path is used
215
+
HAPROXY_HTTP_PORT | The drycc ingress http port of haproxy for external exposure, default `80`
216
+
HAPROXY_HTTPS_PORT | The drycc ingress https port of haproxy for external exposure, default `443`
217
+
HAPROXY_BUILDER_PORT | The drycc builder port of haproxy for external exposure, default `2222`
215
218
216
219
Since the installation script will install k3s, other environment variables can refer to k3s installation [environment variables](https://rancher.com/docs/k3s/latest/en/installation/install-options/).
0 commit comments