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/self-hosting/kubernetes.mdx
+137-4Lines changed: 137 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -198,19 +198,152 @@ webapp:
198
198
199
199
### External services
200
200
201
-
You can disable the built-in services and use external services instead. For example:
201
+
You can disable the built-in services and use external services instead. The chart supports both direct configuration and existing Kubernetes secrets for secure credential management.
When connecting to PostgreSQL instances that require custom CA certificates (such as AWS RDS with SSL verification), you can mount the CA certificate as a volume and configure the webapp to use it:
- No plaintext credentials in `values.yaml` or Helm releases
343
+
- Complete `DATABASE_URL` stored securely in Kubernetes secrets
344
+
- Compatible with secret management tools (External Secrets Operator, etc.)
345
+
- Follows Kubernetes security best practices
346
+
214
347
## Worker token
215
348
216
349
When using the default bootstrap configuration, worker creation and authentication is handled automatically. The webapp generates a worker token and makes it available to the supervisor via a shared volume.
0 commit comments