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
Common values (see [`helm/launchpad/values.yaml`](helm/launchpad/values.yaml) for the full list):
93
+
94
+
| Value | Default | Purpose |
95
+
|---|---|---|
96
+
|`jwtSecret`|`""`|**Required** unless `existingSecret` is set. Signs session tokens. |
97
+
|`existingSecret`|`""`| Name of a pre-created Secret holding `LAUNCHPAD_JWT_SECRET` instead. |
98
+
|`baseUrl`|`http://localhost:3000`| Public URL (email links + passkey origin). |
99
+
|`persistence.size`|`1Gi`| PVC size for the SQLite database. |
100
+
|`ingress.enabled`|`false`| Enable to expose via an Ingress. |
101
+
67
102
## Connecting to an Arc instance
68
103
69
104
After signing in, add a connection with your Arc instance's endpoint URL (e.g. `http://localhost:8000`) and an admin token. Arc Launchpad verifies the connection and then lets you query and manage that instance.
0 commit comments