Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alekitto/logto-helm-chart
Helm Chart for Logto (https://logto.io/)
https://github.com/alekitto/logto-helm-chart
Last synced: 3 days ago
JSON representation
Helm Chart for Logto (https://logto.io/)
- Host: GitHub
- URL: https://github.com/alekitto/logto-helm-chart
- Owner: alekitto
- Created: 2024-03-30T10:23:58.000Z (8 months ago)
- Default Branch: develop
- Last Pushed: 2024-04-02T22:25:18.000Z (8 months ago)
- Last Synced: 2024-05-01T12:38:26.642Z (7 months ago)
- Language: Smarty
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Logto helm charts
This Logto Chart is the best way to deploy Logto (https://logto.io/) on Kubernetes.
## Usage
```bash
helm pull oci://ghcr.io/alekitto/logto-helm-chart/logto --version 1.0.0
helm install logto oci://ghcr.io/alekitto/logto-helm-chart/logto --version 1.0.0 --set database.dsn=$DATABASE_URL
```access the logto service by port-forwarding
** If you want to use another port or domain, please set value `admin.endpoint` **
```bash
kubectl port-forward svc/logto-admin 3002:3002
```