Skip to content

Commit

Permalink
chore: disable ingress per default
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Breuer <fbreuer@pm.me>
  • Loading branch information
breuerfelix committed Mar 28, 2024
1 parent ce5de38 commit 72c7fff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
```bash
helm repo add breuerfelix https://breuerfelix.github.io/helm-charts
helm repo update

helm install paperless-ngx breuerfelix/paperless-ngx -n paperless-ngx
```
2 changes: 1 addition & 1 deletion charts/paperless-ngx/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: paperless-ngx
description: Paperless-ngx is a document management system that transforms your physical documents into a searchable online archive so you can keep, well, less paper.
version: 0.0.1
version: 0.0.2
appVersion: v2.6.3
dependencies:
- name: template
Expand Down
3 changes: 2 additions & 1 deletion charts/paperless-ngx/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,15 @@ paperless:
- name: PAPERLESS_OCR_LANGUAGE
value: ger

# create the secret manually first
secretRefs:
- key: PAPERLESS_SECRET_KEY
name: paperless-ngx
- key: PAPERLESS_URL
name: paperless-ngx

ingress:
enabled: true
enabled: false
host: paperless.example.com
annotations:
cert-manager.io/cluster-issuer: lets-encrypt
Expand Down

0 comments on commit 72c7fff

Please sign in to comment.