-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Felix Breuer <fbreuer@pm.me>
- Loading branch information
1 parent
3bae481
commit 99b3b28
Showing
4 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Chart.lock | ||
*.tgz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# helm-charts | ||
|
||
```bash | ||
helm repo add breuerfelix https://breuerfelix.github.io/helm-charts | ||
helm repo update | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
apiVersion: v2 | ||
name: lychee | ||
description: A great looking and easy-to-use photo-management-system. | ||
version: 0.0.1 | ||
appVersion: v4.11.1 | ||
dependencies: | ||
- name: template | ||
version: 0.0.3 | ||
repository: https://breuerfelix.github.io/helm-charts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
template: | ||
name: lychee | ||
|
||
image: | ||
name: lycheeorg/lychee | ||
tag: 5.1.2 | ||
|
||
volumes: | ||
- name: uploads | ||
path: /uploads | ||
size: 50Gi | ||
- name: conf | ||
size: 1Gi | ||
path: /conf | ||
|
||
env: | ||
- name: APP_NAME | ||
value: lychee | ||
- name: APP_URL | ||
value: https://lychee.example.com | ||
- name: PHP_TZ | ||
value: Europe/Berlin | ||
- name: DB_CONNECTION | ||
value: sqlite | ||
- name: ADMIN_USER | ||
value: admin | ||
- name: ADMIN_PASSWORD | ||
value: admin |